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: