summaryrefslogtreecommitdiff
path: root/source3/torture/locktest.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-11-02 18:41:50 +0100
committerStefan Metzmacher <metze@samba.org>2011-11-03 16:55:13 +0100
commit59dcdfd17502ecf15ddae26d220fbc1d480625c8 (patch)
tree3cf1ea3677b163a54e26b79ccd1e7f52619533de /source3/torture/locktest.c
parent784cf12fb1bd2c81ab59695c90f663803f8e0079 (diff)
downloadsamba-59dcdfd17502ecf15ddae26d220fbc1d480625c8.tar.gz
samba-59dcdfd17502ecf15ddae26d220fbc1d480625c8.tar.bz2
samba-59dcdfd17502ecf15ddae26d220fbc1d480625c8.zip
s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/
metze
Diffstat (limited to 'source3/torture/locktest.c')
-rw-r--r--source3/torture/locktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c
index e7d3df2ce7..c3c0ce6380 100644
--- a/source3/torture/locktest.c
+++ b/source3/torture/locktest.c
@@ -191,7 +191,7 @@ static struct cli_state *connect_one(char *share, int snum)
}
status = cli_connect_nb(server_n, NULL, 0, 0x20, myname,
- Undefined, flags, &c);
+ SMB_SIGNING_DEFAULT, flags, &c);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(0, ("Connection to %s failed. Error %s\n", server_n,
nt_errstr(status)));