summaryrefslogtreecommitdiff
path: root/source3/namework.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-07-22 14:32:38 +0000
committerAndrew Tridgell <tridge@samba.org>1996-07-22 14:32:38 +0000
commit234b8c602209d966c5b82148b521d9711e08c4b3 (patch)
tree7e42d2e738a9dc9a7a060083713d94e8ddce1c7f /source3/namework.c
parent1c2ab212d96bbd642fd230b117c9940dae5e3767 (diff)
downloadsamba-234b8c602209d966c5b82148b521d9711e08c4b3.tar.gz
samba-234b8c602209d966c5b82148b521d9711e08c4b3.tar.bz2
samba-234b8c602209d966c5b82148b521d9711e08c4b3.zip
removed the remote interfaces stuff.
(This used to be commit 51e5a1a546adf6ba36c7e4c3298c651cff7e15b9)
Diffstat (limited to 'source3/namework.c')
-rw-r--r--source3/namework.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/namework.c b/source3/namework.c
index fbdba6c68c..1a7a48aa9a 100644
--- a/source3/namework.c
+++ b/source3/namework.c
@@ -656,8 +656,6 @@ static void process_announce_request(struct packet_struct *p,char *buf)
if (!d) return;
- if (!d->my_interface) return;
-
for (work = d->workgrouplist; work; work = work->next)
{
/* XXXX BUG: the destination name type should also be checked,