]> Pileus Git - ~andy/fetchmail/commitdiff
Compile fix.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 12 Feb 2001 13:38:05 +0000 (13:38 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 12 Feb 2001 13:38:05 +0000 (13:38 -0000)
svn path=/trunk/; revision=3086

fetchmail.c

index b75105136fe5ad5f311b0ca513f402ce7c46f2d4..a4a13df519018f00169921bc3f592b4021035fcb 100644 (file)
@@ -830,8 +830,6 @@ int main(int argc, char **argv)
     else
        /* in case we interrupted before a successful fetch */
        exit(PS_NOMAIL);
-
-    exit(successes ?  : querystatus);
 }
 
 static void list_merge(struct idlist **dstl, struct idlist **srcl, int force)