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/nmbsync.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3/nmbsync.c') diff --git a/source3/nmbsync.c b/source3/nmbsync.c index dd1b8bac0d..de3d9e8733 100644 --- a/source3/nmbsync.c +++ b/source3/nmbsync.c @@ -112,10 +112,7 @@ static BOOL add_info(struct subnet_record *d, struct work_record *work, int serv /* creates workgroup on remote subnet */ if ((w = find_workgroupstruct(d,sname,True))) { - if (d->my_interface) - { - announce_request(w, d->bcast_ip); - } + announce_request(w, d->bcast_ip); } } -- cgit