summaryrefslogtreecommitdiff
path: root/source4/torture/ldap
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-08-05 09:48:45 +0200
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-08-05 09:53:55 +0200
commite2ed5029e97671b307af06c9fff1d4f0442553a2 (patch)
treef5576f7068e1525932d03b9942f1685dbf3a33c2 /source4/torture/ldap
parent00a8ff5fe9acf965395b99b39b0c24a5517b6e2b (diff)
downloadsamba-e2ed5029e97671b307af06c9fff1d4f0442553a2.tar.gz
samba-e2ed5029e97671b307af06c9fff1d4f0442553a2.tar.bz2
samba-e2ed5029e97671b307af06c9fff1d4f0442553a2.zip
s4:torture Remove some unwanted code in the LDAP test - hope this fixes up the test failures
Diffstat (limited to 'source4/torture/ldap')
-rw-r--r--source4/torture/ldap/basic.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c
index 3ed0b481ea..ff95ba74ac 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;