From 56ebee78fbd0c1050f2fb254a25903fd4ecbb682 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 25 Apr 2000 13:12:20 +0000 Subject: [PATCH] return more descriptive error text --- servers/slapd/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:; -- 2.39.5