summaryrefslogtreecommitdiff
path: root/source3/torture/locktest.c
diff options
context:
space:
mode:
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)));