mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
Silence "unused label" warning
This commit is contained in:
parent
395207029b
commit
a4e0331f89
1 changed files with 0 additions and 1 deletions
|
|
@ -1144,7 +1144,6 @@ static int process_response(
|
|||
}
|
||||
}
|
||||
|
||||
done:;
|
||||
if ( ldap_msgtype( res ) != LDAP_RES_INTERMEDIATE ) {
|
||||
rc = ldap_result2error( ld, res, 1 );
|
||||
if( rc != LDAP_SUCCESS ) ldap_perror( ld, opstr );
|
||||
|
|
|
|||
Loading…
Reference in a new issue