From 6375e6993e38483fe2dfb3ce5d039b20b950b438 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Feb 2011 16:46:59 +0100 Subject: s3: Convert tldap_make_mod_blob args to "array, count" --- source3/lib/tldap_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c index ce0fe3b3e8..f125253afd 100644 --- a/source3/lib/tldap_util.c +++ b/source3/lib/tldap_util.c @@ -271,7 +271,7 @@ static bool tldap_make_mod_blob_int(struct tldap_message *existing, } bool tldap_make_mod_blob(struct tldap_message *existing, TALLOC_CTX *mem_ctx, - int *pnum_mods, struct tldap_mod **pmods, + struct tldap_mod **pmods, int *pnum_mods, const char *attrib, DATA_BLOB newval) { return tldap_make_mod_blob_int(existing, mem_ctx, pmods, pnum_mods, -- cgit