(gss_init): add missing ; from Ted Percival
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16800 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -63,7 +63,7 @@ gss_init(void *app_data)
|
|||||||
#ifdef KRB5
|
#ifdef KRB5
|
||||||
return !use_kerberos;
|
return !use_kerberos;
|
||||||
#else
|
#else
|
||||||
return 0
|
return 0;
|
||||||
#endif /* KRB5 */
|
#endif /* KRB5 */
|
||||||
#endif /* FTP_SERVER */
|
#endif /* FTP_SERVER */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user