return more descriptive error text

This commit is contained in:
Kurt Zeilenga 2000-04-25 13:12:20 +00:00
parent 16937cb91d
commit 56ebee78fb

View file

@ -217,7 +217,7 @@ do_search(
timelimit, filter, fstr, attrs, attrsonly );
} else {
send_ldap_result( conn, op, rc = LDAP_UNWILLING_TO_PERFORM,
NULL, "Function not implemented", NULL, NULL );
NULL, "search function not implemented", NULL, NULL );
}
return_results:;