fix sizelimit commit

This commit is contained in:
Pierangelo Masarati 2005-11-25 15:08:33 +00:00
parent 98936ee3c4
commit 6f7b00d891

View File

@ -94,7 +94,7 @@ perl_back_search(
case SLAPD_SEND_SIZELIMIT:
rs->sr_entry = NULL;
rs->sr_err = LDAP_SIZELIMIT_EXCEEDED;
goto done2;
goto done;
}
}