summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.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:12 +0100
commit92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca (patch)
treea9166afcde86e292da4a1610189785f2e95b2aee /source3/utils/net_rpc.c
parentf61fb18e0a1ad3217075adc97e4f058d334480e4 (diff)
downloadsamba-92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca.tar.gz
samba-92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca.tar.bz2
samba-92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca.zip
s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/
metze
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r--source3/utils/net_rpc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index fe41e77148..b403c14379 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -7092,7 +7092,8 @@ bool net_rpc_check(struct net_context *c, unsigned flags)
return false;
status = cli_connect_nb(server_name, &server_ss, 0, 0x20,
- lp_netbios_name(), Undefined, 0, &cli);
+ lp_netbios_name(), SMB_SIGNING_DEFAULT,
+ 0, &cli);
if (!NT_STATUS_IS_OK(status)) {
return false;
}