From 1bb14914c13ffb39c53ddf6138727de3cb06e127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 23 Mar 2006 16:53:26 +0000 Subject: [PATCH] (gss_init): add missing ; from Ted Percival git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16800 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/gssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftp/gssapi.c b/appl/ftp/ftp/gssapi.c index 8e3a40d84..9eb629620 100644 --- a/appl/ftp/ftp/gssapi.c +++ b/appl/ftp/ftp/gssapi.c @@ -63,7 +63,7 @@ gss_init(void *app_data) #ifdef KRB5 return !use_kerberos; #else - return 0 + return 0; #endif /* KRB5 */ #endif /* FTP_SERVER */ }