Skip to content
Snippets Groups Projects
Commit a4e0331f authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Silence "unused label" warning

parent 39520702
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment