mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#9145 Fix type signature
This commit is contained in:
parent
341a79d88c
commit
a9896e87f4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user