[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-838-ge2ed502

mdw at samba.org mdw at samba.org
Wed Aug 5 01:54:19 MDT 2009


The branch, master has been updated
       via  e2ed5029e97671b307af06c9fff1d4f0442553a2 (commit)
      from  00a8ff5fe9acf965395b99b39b0c24a5517b6e2b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e2ed5029e97671b307af06c9fff1d4f0442553a2
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Wed Aug 5 09:48:45 2009 +0200

    s4:torture Remove some unwanted code in the LDAP test - hope this fixes up the test failures

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/ldap/basic.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c
index 3ed0b48..ff95ba7 100644
--- a/source4/torture/ldap/basic.c
+++ b/source4/torture/ldap/basic.c
@@ -269,18 +269,6 @@ static bool test_error_codes(struct torture_context *tctx,
 		}
 	}
 
-	printf(" Try a wrong removal\n");
-
-	msg->type = LDAP_TAG_DelRequest;
-	msg->r.DelRequest.dn = "";
-
-	req = ldap_request_send(conn, msg);
-	if (!req) {
-		return false;
-	}
-
-	status = ldap_result_one(req, &rep, LDAP_TAG_DelResponse);
-
 	printf(" Try a wrong modification\n");
 
 	msg->type = LDAP_TAG_ModifyRequest;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list