diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-10 08:30:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:35 -0500 |
commit | e1426c51abb66cac3595c615764a4b3996beed59 (patch) | |
tree | bb52463223b74d9f0a8400f16bf4e232af5a9082 /source4/ldap_server | |
parent | 5da3f75a5975c09dc1db0b1ad146acf1d5f3ae41 (diff) | |
download | samba-e1426c51abb66cac3595c615764a4b3996beed59.tar.gz samba-e1426c51abb66cac3595c615764a4b3996beed59.tar.xz samba-e1426c51abb66cac3595c615764a4b3996beed59.zip |
r4628: this function should be static
metze
(This used to be commit 590afa88f15c32bc14b2c23e2c57b3401d9c3de7)
Diffstat (limited to 'source4/ldap_server')
-rw-r--r-- | source4/ldap_server/ldap_simple_ldb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ldap_server/ldap_simple_ldb.c b/source4/ldap_server/ldap_simple_ldb.c index cdf16c99ead..5822fd90898 100644 --- a/source4/ldap_server/ldap_simple_ldb.c +++ b/source4/ldap_server/ldap_simple_ldb.c @@ -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; |