let the error propagate to overlays (ITS#6633)

This commit is contained in:
Pierangelo Masarati 2010-08-29 15:35:47 +00:00
parent df2573b4a9
commit eb11ba008c

View file

@ -49,6 +49,6 @@ bdb_extended( Operation *op, SlapReply *rs )
}
rs->sr_text = "not supported within naming context";
return LDAP_UNWILLING_TO_PERFORM;
return rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
}