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

metze at samba.org metze at samba.org
Mon Jan 10 08:30:45 GMT 2005


Author: metze
Date: 2005-01-10 08:30:44 +0000 (Mon, 10 Jan 2005)
New Revision: 4628

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

Log:
this function should be static

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/ldap_server/ldap_simple_ldb.c
===================================================================
--- branches/SAMBA_4_0/source/ldap_server/ldap_simple_ldb.c	2005-01-10 07:14:12 UTC (rev 4627)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_simple_ldb.c	2005-01-10 08:30:44 UTC (rev 4628)
@@ -504,7 +504,7 @@
 	return ldapsrv_queue_reply(call, compare_r);
 }
 
-NTSTATUS sldb_ModifyDN(struct ldapsrv_partition *partition, struct ldapsrv_call *call, struct ldap_ModifyDNRequest *r)
+static NTSTATUS sldb_ModifyDN(struct ldapsrv_partition *partition, struct ldapsrv_call *call, struct ldap_ModifyDNRequest *r)
 {
 	void *local_ctx;
 	struct ldap_dn *olddn, *newrdn, *newsuperior;



More information about the samba-cvs mailing list