Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
@@ -500,7 +500,7 @@ static int ipalockout_postop(Slapi_PBlock *pb)
|
||||
getPluginID());
|
||||
|
||||
if (ldrc != LDAP_SUCCESS) {
|
||||
LOG_TRACE("Failed to retrieve entry \"%s\": %d\n", dn, ldrc);
|
||||
LOG_FATAL("Failed to retrieve entry \"%s\": %d\n", dn, ldrc);
|
||||
goto done;
|
||||
}
|
||||
|
||||
@@ -746,7 +746,7 @@ static int ipalockout_preop(Slapi_PBlock *pb)
|
||||
getPluginID());
|
||||
|
||||
if (ldrc != LDAP_SUCCESS) {
|
||||
LOG_TRACE("Failed to retrieve entry \"%s\": %d\n", dn, ldrc);
|
||||
LOG_FATAL("Failed to retrieve entry \"%s\": %d\n", dn, ldrc);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user