diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-10-09 11:07:08 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-10-09 11:07:08 +0200 |
commit | 6668c8f23a040036a5e52d1a506b86983e109149 (patch) | |
tree | 9a247f671a6bc85751ebd5f9d2de25d0f667c02b | |
parent | 11657d8f09315fd7a7098b8893c2451a00c6c24c (diff) | |
download | fetchmail-6668c8f23a040036a5e52d1a506b86983e109149.tar.gz fetchmail-6668c8f23a040036a5e52d1a506b86983e109149.tar.bz2 fetchmail-6668c8f23a040036a5e52d1a506b86983e109149.zip |
Remove excess assignment.
-rw-r--r-- | sink.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1399,8 +1399,6 @@ int close_sink(struct query *ctl, struct msgblk *msg, flag forward) e = errno; sinkfp = (FILE *)NULL; } - else - rc = e = 0; deal_with_sigchld(); /* Restore SIGCHLD handling to reap zombies */ |