diff options
Diffstat (limited to 'pacredir.c')
-rw-r--r-- | pacredir.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -443,7 +443,9 @@ void sighup_callback(int signal) { while (tmphosts->host != NULL) { tmphosts->pacserve.bad = 0; + tmphosts->pacserve.badcount = 0; tmphosts->pacdbserve.bad = 0; + tmphosts->pacdbserve.badcount = 0; tmphosts = tmphosts->next; } } |