Fix return of DB error code to LDAP client

This commit is contained in:
Howard Chu 2003-04-03 01:59:08 +00:00
parent 8995d8341f
commit adefd27c44

View file

@ -384,9 +384,9 @@ retry: /* transaction retry */
goto return_results;
default:
rs->sr_err = LDAP_OTHER;
rs->sr_text = "internal error";
goto return_results;
}
rs->sr_text = "internal error";
goto return_results;
}
/* acquire and lock entry */