diff options
Diffstat (limited to 'source3/web')
-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 abb4d79b9a..d840f23606 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, &cli); + Undefined, 0, &cli); if (!NT_STATUS_IS_OK(status)) { return false; } |