X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=getpass.c;fp=getpass.c;h=fc021bae01f90fc8dafb800c6e3bc632f35da041;hb=d0c2c187633fa906eee672c21f46a2ac68148d15;hp=88c4a04c5958b1f5d0c92621808c649b7e5852e4;hpb=b7406a23e1b4e9279e7bffd88352a20574a45f62;p=~andy%2Ffetchmail diff --git a/getpass.c b/getpass.c index 88c4a04c..fc021bae 100644 --- a/getpass.c +++ b/getpass.c @@ -190,7 +190,8 @@ static void restore_tty_state(void) static RETSIGTYPE sigint_handler(int signum) { restore_tty_state(); - report(stderr, 1, 0, _("\nCaught signal... bailing out.\n")); + report(stderr, _("\nCaught signal... bailing out.\n")); + exit(1); } /* getpass.c ends here */