svn commit: samba r22349 - in branches/SAMBA_3_0/source/libsmb: .

jra at samba.org jra at samba.org
Wed Apr 18 22:34:27 GMT 2007


Author: jra
Date: 2007-04-18 22:34:23 +0000 (Wed, 18 Apr 2007)
New Revision: 22349

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22349

Log:
Fix missing ) in #else path.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/clifsinfo.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clifsinfo.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clifsinfo.c	2007-04-18 22:25:17 UTC (rev 22348)
+++ branches/SAMBA_3_0/source/libsmb/clifsinfo.c	2007-04-18 22:34:23 UTC (rev 22349)
@@ -378,7 +378,7 @@
 		}
 		ZERO_STRUCTP(es->s.gss_state);
 #else
-		DEBUG(0,("make_cli_enc_state: no krb5 compiled.\n");
+		DEBUG(0,("make_cli_enc_state: no krb5 compiled.\n"));
 		SAFE_FREE(es);
 		return NULL;
 #endif



More information about the samba-cvs mailing list