From b524e58f9a37e0e780c998d819fdbac7b3c34fed Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 10 Feb 2011 22:12:14 +0100 Subject: s3: Align tldap_add and tldap_add_send --- source3/lib/tldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/tldap.c') 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) { -- cgit