summaryrefslogtreecommitdiffstats
path: root/src/back-sch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/back-sch.c')
-rw-r--r--src/back-sch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/back-sch.c b/src/back-sch.c
index 39a5efd..eba778a 100644
--- a/src/back-sch.c
+++ b/src/back-sch.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008,2009 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1058,7 +1058,7 @@ backend_write_cb(Slapi_PBlock *pb)
wrap_inc_call_level();
map_rdlock();
if (backend_check_scope_pb(pb)) {
- slapi_send_ldap_result(pb, LDAP_INSUFFICIENT_ACCESS,
+ slapi_send_ldap_result(pb, LDAP_UNWILLING_TO_PERFORM,
NULL, NULL, 0, NULL);
ret = -1;
} else {