]> Pileus Git - ~andy/fetchmail/commitdiff
Remove excess assignment.
authorMatthias Andree <matthias.andree@gmx.de>
Sat, 9 Oct 2010 09:07:08 +0000 (11:07 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Sat, 9 Oct 2010 09:07:08 +0000 (11:07 +0200)
sink.c

diff --git a/sink.c b/sink.c
index a3f5dea371f46ec2c5a2cead90f41ff6a00ac53c..3abbd6052e24f8a77f4c292bc0a04fd018fabe78 100644 (file)
--- a/sink.c
+++ b/sink.c
@@ -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 */