svn commit: samba r19715 - in branches/SAMBA_3_0_23/source/libsmb: .

jerry at samba.org jerry at samba.org
Wed Nov 15 15:05:22 GMT 2006


Author: jerry
Date: 2006-11-15 15:05:20 +0000 (Wed, 15 Nov 2006)
New Revision: 19715

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

Log:
BUG 4229: compile fix for systems w/o krb5 (bad merge)
Modified:
   branches/SAMBA_3_0_23/source/libsmb/cliconnect.c


Changeset:
Modified: branches/SAMBA_3_0_23/source/libsmb/cliconnect.c
===================================================================
--- branches/SAMBA_3_0_23/source/libsmb/cliconnect.c	2006-11-15 14:31:47 UTC (rev 19714)
+++ branches/SAMBA_3_0_23/source/libsmb/cliconnect.c	2006-11-15 15:05:20 UTC (rev 19715)
@@ -715,9 +715,7 @@
 	char *principal;
 	char *OIDs[ASN1_MAX_OIDS];
 	int i;
-#ifdef HAVE_KRB5
 	BOOL got_kerberos_mechanism = False;
-#endif
 	DATA_BLOB blob;
 
 	DEBUG(3,("Doing spnego session setup (blob length=%lu)\n", (unsigned long)cli->secblob.length));



More information about the samba-cvs mailing list