summaryrefslogtreecommitdiff
path: root/source3/web
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
commitc4fecca26157993ea75448a6e9d60a8f6b23cb0f (patch)
tree2f84043e64c7a09a8e7e09a15d164db958cae1bc /source3/web
parent92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca (diff)
downloadsamba-c4fecca26157993ea75448a6e9d60a8f6b23cb0f.tar.gz
s3:web: s/Undefined/SMB_SIGNING_DEFAULT/
metze
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/diagnose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/diagnose.c b/source3/web/diagnose.c
index d840f236062..955ff89b99c 100644
--- a/source3/web/diagnose.c
+++ b/source3/web/diagnose.c
@@ -71,7 +71,7 @@ bool smbd_running(void)
in_addr_to_sockaddr_storage(&ss, loopback_ip);
status = cli_connect_nb("localhost", &ss, 0, 0x20, lp_netbios_name(),
- Undefined, 0, &cli);
+ SMB_SIGNING_DEFAULT, 0, &cli);
if (!NT_STATUS_IS_OK(status)) {
return false;
}