diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -805,6 +805,8 @@ static void *background_thread(void *arg) | |||
| 805 | 805 | ||
| 806 | srv_log(xs_fmt("background thread started")); | 806 | srv_log(xs_fmt("background thread started")); |
| 807 | 807 | ||
| 808 | enqueue_fsck(); | ||
| 809 | |||
| 808 | while (p_state->srv_running) { | 810 | while (p_state->srv_running) { |
| 809 | int cnt = 0; | 811 | int cnt = 0; |
| 810 | 812 | ||