summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-10 03:38:08 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-10 03:38:08 +0000
commite2eac352b1c6534031ad89a5565d3668833a2bf1 (patch)
tree0a5c5929cb151c2e5528bf6b1cc13c4f84ddfaee /source3/nmbd
parent97c01f6114c3151ecb69d350620dedfc521e5ee1 (diff)
downloadsamba-e2eac352b1c6534031ad89a5565d3668833a2bf1.tar.gz
samba-e2eac352b1c6534031ad89a5565d3668833a2bf1.tar.bz2
samba-e2eac352b1c6534031ad89a5565d3668833a2bf1.zip
updates from Luke to rename "domains" more accurately to "subnets"
(This used to be commit 0a044c25abc363d8b202ff5d148259d624b92ea7)
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 414ad41b63..87a545aa1c 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -287,7 +287,7 @@ static void load_hosts_file(char *fname)
ipmask = *iface_nmask(ipaddr);
if (group) {
- add_domain_entry(ipaddr, ipmask, name, True);
+ add_subnet_entry(ipaddr, ipmask, name, True);
} else {
add_netbios_entry(name,0x20,NB_ACTIVE,0,source,ipaddr,True);
}