svn commit: samba r11225 - in branches/SAMBA_4_0/source/ldap_server: .

abartlet at samba.org abartlet at samba.org
Thu Oct 20 13:10:21 GMT 2005


Author: abartlet
Date: 2005-10-20 13:10:20 +0000 (Thu, 20 Oct 2005)
New Revision: 11225

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

Log:
Remove pointless goto.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/ldap_server/ldap_bind.c


Changeset:
Modified: branches/SAMBA_4_0/source/ldap_server/ldap_bind.c
===================================================================
--- branches/SAMBA_4_0/source/ldap_server/ldap_bind.c	2005-10-20 12:58:40 UTC (rev 11224)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_bind.c	2005-10-20 13:10:20 UTC (rev 11225)
@@ -100,11 +100,9 @@
 		if (!NT_STATUS_IS_OK(status)) {
 			DEBUG(1, ("Failed to start GENSEC SASL[%s] server code: %s\n", 
 				req->creds.SASL.mechanism, nt_errstr(status)));
-			goto reply;
 		}
 	}
 
-reply:
 	reply = ldapsrv_init_reply(call, LDAP_TAG_BindResponse);
 	if (!reply) {
 		return NT_STATUS_NO_MEMORY;



More information about the samba-cvs mailing list