From 5c8eeeb93452007e138f3461b4da70b38f35bbc9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 1 Dec 1997 04:59:16 +0000 Subject: Correction to awakening logic. svn path=/trunk/; revision=1547 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 9daeacac..d737e07e 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -142,7 +142,7 @@ int main (int argc, char **argv) } /* avoid parsing the config file if all we're doing is killing a daemon */ - if (!quitmode && argc == 2) + if (!(quitmode && argc == 2)) implicitmode = load_params(argc, argv, optind); /* set up to do lock protocol */ -- cgit v1.2.3