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_4_49~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5ea2bb01a13af1b2bba6dca0208409c03a05d65;p=thirdparty%2Fopenldap.git ITS#9145 Fix type signature --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 0e1243e9a5..3592e6fabc 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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: