From 234b8c602209d966c5b82148b521d9711e08c4b3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 Jul 1996 14:32:38 +0000 Subject: removed the remote interfaces stuff. (This used to be commit 51e5a1a546adf6ba36c7e4c3298c651cff7e15b9) --- source3/namework.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/namework.c') 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, -- cgit