summaryrefslogtreecommitdiffstats
path: root/source/web/diagnose.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1999-12-13 13:27:58 +0000
committerAndrew Tridgell <tridge@samba.org>1999-12-13 13:27:58 +0000
commit453a822a76780063dff23526c35408866d0c0154 (patch)
tree804feffcd5e60153e27d3ca2b007021e66e5bd0a /source/web/diagnose.c
parent054195df9b6187c663ede5cf4489499abbdc29fc (diff)
downloadsamba-453a822a76780063dff23526c35408866d0c0154.tar.gz
samba-453a822a76780063dff23526c35408866d0c0154.tar.xz
samba-453a822a76780063dff23526c35408866d0c0154.zip
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Diffstat (limited to 'source/web/diagnose.c')
-rw-r--r--source/web/diagnose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/diagnose.c b/source/web/diagnose.c
index 054de2a631d..f29e380b93c 100644
--- a/source/web/diagnose.c
+++ b/source/web/diagnose.c
@@ -32,7 +32,7 @@ BOOL nmbd_running(void)
struct in_addr *ip_list;
if ((fd = open_socket_in(SOCK_DGRAM, 0, 3,
- interpret_addr("127.0.0.1"))) != -1) {
+ interpret_addr("127.0.0.1"), True)) != -1) {
if ((ip_list = name_query(fd, "__SAMBA__", 0,
True, True, loopback_ip,
&count,0)) != NULL) {