]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Jan 2020 17:33:04 +0000 (17:33 +0000)
clients/tools/common.c

index 0e1243e9a58ccbdf6f83bf0a3b82908c702658b8..3592e6fabc1f4980567f13d8fbe2faa9c1e5333b 100644 (file)
@@ -1877,7 +1877,7 @@ int
 tool_check_abandon( LDAP *ld, int msgid )
 {
        int     rc;
-       LDAPControl sctrls[1] = { NULL };
+       LDAPControl *sctrls[1] = { NULL };
 
        switch ( gotintr ) {
        case Intr_Cancel: