1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Removed lp_killunused() call from server main loop. This

WAS A MAJOR BUG THAT CAN CAUSE IPC$ to be removed !!!!!
Not sure how this one got introduced (but I have my
suspicions :-). lp_killunused() MUST ONLY BE CALLED from
reload_services().
Jeremy (jallison@whistle.com)
(This used to be commit 937f0fbf87)
This commit is contained in:
Samba Release Account 1997-07-22 18:35:44 +00:00
parent e677e4a999
commit 0cdc68332d

View File

@ -3948,9 +3948,6 @@ static void process(void)
{
service_load_counter = counter;
/* remove all unused services. reduce some of that memory overhead. */
lp_killunused(snum_used);
/* reload services, if files have changed. */
reload_services(True);
}