diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-07-22 14:32:38 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-07-22 14:32:38 +0000 |
commit | 234b8c602209d966c5b82148b521d9711e08c4b3 (patch) | |
tree | 7e42d2e738a9dc9a7a060083713d94e8ddce1c7f /source3/nameserv.c | |
parent | 1c2ab212d96bbd642fd230b117c9940dae5e3767 (diff) | |
download | samba-234b8c602209d966c5b82148b521d9711e08c4b3.tar.gz samba-234b8c602209d966c5b82148b521d9711e08c4b3.tar.xz samba-234b8c602209d966c5b82148b521d9711e08c4b3.zip |
removed the remote interfaces stuff.
(This used to be commit 51e5a1a546adf6ba36c7e4c3298c651cff7e15b9)
Diffstat (limited to 'source3/nameserv.c')
-rw-r--r-- | source3/nameserv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nameserv.c b/source3/nameserv.c index ee75a9825a3..93cc5974153 100644 --- a/source3/nameserv.c +++ b/source3/nameserv.c @@ -186,8 +186,6 @@ void add_my_names(void) { BOOL wins_iface = ip_equal(d->bcast_ip, ipgrp); - if (!d->my_interface && !wins_iface) continue; - add_my_name_entry(d, myname,0x20,NB_ACTIVE); add_my_name_entry(d, myname,0x03,NB_ACTIVE); add_my_name_entry(d, myname,0x00,NB_ACTIVE); |