diff options
Diffstat (limited to 'source3/libsmb/namequery.c')
-rw-r--r-- | source3/libsmb/namequery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 500618bd8a..e95302fcd0 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -446,7 +446,7 @@ static BOOL resolve_bcast(char *name, struct in_addr *return_ip, int name_type) /* Done this way to fix compiler error on IRIX 5.x */ sendto_ip = *iface_bcast(*iface_n_ip(i)); iplist = name_query(sock, name, name_type, True, - False, sendto_ip, &count, NULL); + True, sendto_ip, &count, NULL); if(iplist != NULL) { *return_ip = iplist[0]; free((char *)iplist); |