From 8f3bac021129d61fec55f52f8a613d906eca9a5f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 Nov 1996 04:27:08 +0000 Subject: Ooops...don't exit where a return will do. svn path=/trunk/; revision=490 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index b0e39936..d3814038 100644 --- a/imap.c +++ b/imap.c @@ -147,7 +147,7 @@ int num; int ok; if ((ok = gen_transact(sockfp, "FETCH %d FLAGS", num)) != 0) - exit(PS_ERROR); + return(PS_ERROR); return(seen); } -- cgit v1.2.3