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

metze at samba.org metze at samba.org
Sun Oct 10 03:08:50 GMT 2004


Author: metze
Date: 2004-10-10 03:08:49 +0000 (Sun, 10 Oct 2004)
New Revision: 2892

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ldap_server&rev=2892&nolog=1

Log:
fix compiler warning

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/ldap_server/ldap_rootdse.c
===================================================================
--- branches/SAMBA_4_0/source/ldap_server/ldap_rootdse.c	2004-10-10 02:24:42 UTC (rev 2891)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_rootdse.c	2004-10-10 03:08:49 UTC (rev 2892)
@@ -383,10 +383,6 @@
 		}
 	}
 
-
-
-no_base_scope:
-
 	done_r = ldapsrv_init_reply(call, LDAP_TAG_SearchResultDone);
 	if (!done_r) {
 		return NT_STATUS_NO_MEMORY;



More information about the samba-cvs mailing list