From 158c1e315b2b680dad56d1b14ccfd4679c04c8bc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Feb 2011 16:51:08 +0100 Subject: s3: Convert tldap_make_mod_fmt 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 f125253afd..2646348aa1 100644 --- a/source3/lib/tldap_util.c +++ b/source3/lib/tldap_util.c @@ -302,7 +302,7 @@ static int compare_utf8_blobs(const DATA_BLOB *d1, const DATA_BLOB *d2) } bool tldap_make_mod_fmt(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, const char *fmt, ...) { va_list ap; -- cgit