diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/tldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c index f97dc7c11d..f9f9fe5e54 100644 --- a/source3/lib/tldap.c +++ b/source3/lib/tldap.c @@ -2121,7 +2121,7 @@ int tldap_add_recv(struct tevent_req *req) } int tldap_add(struct tldap_context *ld, const char *dn, - int num_attributes, struct tldap_mod *attributes, + struct tldap_mod *attributes, int num_attributes, struct tldap_control *sctrls, int num_sctrls, struct tldap_control *cctrls, int num_cctrls) { |