diff options
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |