mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
return more descriptive error text
This commit is contained in:
parent
16937cb91d
commit
56ebee78fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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:;
|
||||
|
|
|
|||
Loading…
Reference in a new issue