diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/tldap_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |