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 | 51e5a1a546adf6ba36c7e4c3298c651cff7e15b9 (patch) | |
tree | 0a5cb81150ff310911a3e30c383269ffa966a205 /source/namework.c | |
parent | 9e411f2c9044104df60022da316379bd27e98b56 (diff) | |
download | samba-51e5a1a546adf6ba36c7e4c3298c651cff7e15b9.tar.gz samba-51e5a1a546adf6ba36c7e4c3298c651cff7e15b9.tar.xz samba-51e5a1a546adf6ba36c7e4c3298c651cff7e15b9.zip |
removed the remote interfaces stuff.
Diffstat (limited to 'source/namework.c')
-rw-r--r-- | source/namework.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/namework.c b/source/namework.c index fbdba6c68c3..1a7a48aa9a7 100644 --- a/source/namework.c +++ b/source/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, |