diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2005-06-24 01:26:39 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-06-24 01:26:39 +0000 |
| commit | ee9521756434412315536b83d2471d79fdcc643c (patch) | |
| tree | f549153e2f222447855b84cae1a87e974ba6da96 | |
| parent | 02af93ff6a15d263f3d44067e9f1dbcbff9eb4f8 (diff) | |
[147585] test plugin to verify the bug, the previous check in was not returning SUCCESS.
| -rw-r--r-- | ldap/servers/slapd/test-plugins/testpreop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ldap/servers/slapd/test-plugins/testpreop.c b/ldap/servers/slapd/test-plugins/testpreop.c index c71fba29..bc72dd03 100644 --- a/ldap/servers/slapd/test-plugins/testpreop.c +++ b/ldap/servers/slapd/test-plugins/testpreop.c @@ -176,6 +176,8 @@ testpreop_search( Slapi_PBlock *pb ) if ( slapi_pblock_get( pb, SLAPI_ORIGINAL_TARGET_DN, &base ) == 0 ) slapi_log_error( SLAPI_LOG_FATAL, "SLAPI_ORIGINAL_TARGET_DN", "%s\n", base ); + + return( 0 ); /* allow the operation to continue */ } |
