]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9145 Fix type signature
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 28 Jan 2020 12:10:43 +0000 (12:10 +0000)
committerOndřej Kuzník <ondra@mistotebe.net>
Tue, 28 Jan 2020 12:41:57 +0000 (12:41 +0000)
clients/tools/common.c

index 6c85e8a133ad26a5fddb49f6286ed1c5050cace5..f5c5981df7333a87cf5664020fc7c3f2be402331 100644 (file)
@@ -2005,7 +2005,7 @@ int
 tool_check_abandon( LDAP *ld, int msgid )
 {
        int     rc;
-       LDAPControl sctrls[1] = { NULL };
+       LDAPControl *sctrls[1] = { NULL };
 
        switch ( gotintr ) {
        case Intr_Cancel: