1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

expiry of browser entries wasn't happening once the entry had synced.

lkcl
(This used to be commit 1d89338fd9f6d68b8fdbc704ca2022b0033d957c)
This commit is contained in:
Samba Release Account 1997-04-17 04:41:53 +00:00
parent da7b171a59
commit 841f3e9136

View File

@ -245,12 +245,12 @@ void do_browser_lists(time_t t)
DEBUG(4,("do_browser_lists: Initiating sync with %s, workgroup %s\n",
b->name, b->group));
start_sync_browse_entry(b);
expire_browse_cache(t - 60);
}
else
{
DEBUG(9, ("do_browser_lists: no entries to sync.\n"));
}
expire_browse_cache(t - 60);
}