[Fedora-directory-commits] ldapserver/ldap/servers/slapd/test-plugins testpreop.c, 1.5, 1.6

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Jun 24 01:19:43 UTC 2005


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19471

Modified Files:
	testpreop.c 
Log Message:
[147585] test plugin to verify the bug, the previous check in was not returning SUCCESS.



Index: testpreop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testpreop.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testpreop.c	9 Jun 2005 17:42:14 -0000	1.5
+++ testpreop.c	24 Jun 2005 01:19:40 -0000	1.6
@@ -176,6 +176,8 @@
   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 */
 }
 
 




More information about the Fedora-directory-commits mailing list