From 94f60dd3417a6cad1001133786927099b3dd7b7e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Nov 1998 22:52:25 +0000 Subject: Fix the sanity check. svn path=/trunk/; revision=2198 --- fetchmail.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fetchmail.c b/fetchmail.c index 0c504bd8..55fd84cb 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1076,12 +1076,11 @@ static int load_params(int argc, char **argv, int optind) #else (atoi(++cp) == SMTP_PORT)) #endif /* INET6 */ - { - (void) fprintf(stderr, - "%s configuration invalid, LMTP can't use default SMTP port\n", - ctl->server.pollname); - exit(PS_SYNTAX); - } + { + (void) fprintf(stderr, + "%s configuration invalid, LMTP can't use default SMTP port\n", + ctl->server.pollname); + exit(PS_SYNTAX); } } } -- cgit v1.2.3