From: Ondřej Kuzník Date: Tue, 28 Jan 2020 12:10:43 +0000 (+0000) Subject: ITS#9145 Fix type signature X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~63^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9896e87f4a326fe553c61a25bb0d870c0ebf8be;p=thirdparty%2Fopenldap.git ITS#9145 Fix type signature --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 6c85e8a133..f5c5981df7 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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: