fix for continous backgrounding (bug 1294)

This commit is contained in:
Russ Dill 2003-01-21 21:09:42 +00:00
parent 9f3200d3aa
commit fe948782ed

View File

@ -198,6 +198,7 @@ static void background(void)
exit_client(1); exit_client(1);
} }
client_config.foreground = 1; /* Do not fork again. */ client_config.foreground = 1; /* Do not fork again. */
client_config.background_if_no_lease = 0;
pidfile_write_release(pid_fd); pidfile_write_release(pid_fd);
} }