Skip to content
Snippets Groups Projects
Commit 26649fb1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Minor cleanup

parent d6d18049
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,6 @@ dn2entry_retry:
if ( matched != NULL ) {
BerVarray erefs;
ber_dupbv( &matched_dn, &matched->e_name );
erefs = is_entry_referral( matched )
......@@ -341,8 +340,8 @@ id2entry_retry:
send_ldap_result( conn, op, rc=LDAP_BUSY,
NULL, "ldap server busy", NULL, NULL );
goto done;
}
else if ( rc == DB_LOCK_DEADLOCK || rc == DB_LOCK_NOTGRANTED ) {
} else if ( rc == DB_LOCK_DEADLOCK || rc == DB_LOCK_NOTGRANTED ) {
goto id2entry_retry;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment