summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-08 05:37:33 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-08 05:37:33 +0000
commit3f6fb647e707d1c919f7942135e3225b78fb5b6c (patch)
tree0215b5625d266e5f1a936e0b647a87b7c8c7b686 /source3/nmbd
parent75390b839afbf0a7405bb814ad36e6bd9e719719 (diff)
downloadsamba-3f6fb647e707d1c919f7942135e3225b78fb5b6c.tar.gz
samba-3f6fb647e707d1c919f7942135e3225b78fb5b6c.tar.bz2
samba-3f6fb647e707d1c919f7942135e3225b78fb5b6c.zip
more changes from Luke
(This used to be commit df44f10d7492679dabe3b998e7bacfebbc49ea5e)
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 8ab9f528ef..414ad41b63 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -289,7 +289,7 @@ static void load_hosts_file(char *fname)
if (group) {
add_domain_entry(ipaddr, ipmask, name, True);
} else {
- add_netbios_entry(name,0x20,NB_ACTIVE,0,source,ipaddr);
+ add_netbios_entry(name,0x20,NB_ACTIVE,0,source,ipaddr,True);
}
}
}