diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-06-10 03:38:08 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-06-10 03:38:08 +0000 |
commit | e2eac352b1c6534031ad89a5565d3668833a2bf1 (patch) | |
tree | 0a5c5929cb151c2e5528bf6b1cc13c4f84ddfaee /source3/nmbd | |
parent | 97c01f6114c3151ecb69d350620dedfc521e5ee1 (diff) | |
download | samba-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.c | 2 |
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); } |