r4628: this function should be static
authorStefan Metzmacher <metze@samba.org>
Mon, 10 Jan 2005 08:30:44 +0000 (08:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:35 +0000 (13:08 -0500)
metze
(This used to be commit 590afa88f15c32bc14b2c23e2c57b3401d9c3de7)

source4/ldap_server/ldap_simple_ldb.c

index cdf16c99ead826228405575e1789a906b5d673fc..5822fd908981664fa080202b671d5ff6076957ec 100644 (file)
@@ -504,7 +504,7 @@ reply:
        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;