ITS#9145 Fix type signature

This commit is contained in:
Ondřej Kuzník 2020-01-28 12:10:43 +00:00
parent 341a79d88c
commit a9896e87f4

View 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: