From: Kurt Zeilenga Date: Tue, 25 Apr 2000 13:12:20 +0000 (+0000) Subject: return more descriptive error text X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~3075 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56ebee78fbd0c1050f2fb254a25903fd4ecbb682;p=openldap return more descriptive error text --- diff --git a/servers/slapd/search.c b/servers/slapd/search.c index 590817048c..8304176e77 100644 --- a/servers/slapd/search.c +++ b/servers/slapd/search.c @@ -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:;