From 3097034142b8a8b1d66b538cf8962d5affec962b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Sep 1997 06:04:34 +0000 Subject: UID fix. svn path=/trunk/; revision=1278 --- fetchmail.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fetchmail.c') 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) { -- cgit v1.2.3