aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 62c8a45e..2d862f84 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -418,11 +418,11 @@ int main (int argc, char **argv)
querystatus = query_host(ctl);
- if (querystatus == PS_SUCCESS)
+ if (querystatus == PS_SUCCESS) {
successes++;
-
- if (!check_only)
- update_str_lists(ctl);
+ if (!check_only)
+ update_str_lists(ctl);
+ }
#ifdef linux
if (ctl->server.monitor)
{