summaryrefslogtreecommitdiff
path: root/source3/utils/netlookup.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/netlookup.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/netlookup.c')
-rw-r--r--source3/utils/netlookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/netlookup.c b/source3/utils/netlookup.c
index 5d81d43634..b66c34e61d 100644
--- a/source3/utils/netlookup.c
+++ b/source3/utils/netlookup.c
@@ -111,7 +111,7 @@ static struct con_struct *create_cs(struct net_context *c,
"",
#endif
0,
- Undefined);
+ SMB_SIGNING_DEFAULT);
if (!NT_STATUS_IS_OK(nt_status)) {
DEBUG(2,("create_cs: Connect failed. Error was %s\n", nt_errstr(nt_status)));