diff options
-rw-r--r-- | source3/web/diagnose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/diagnose.c b/source3/web/diagnose.c index d840f23606..955ff89b99 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; } |