From 6668c8f23a040036a5e52d1a506b86983e109149 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 9 Oct 2010 11:07:08 +0200 Subject: Remove excess assignment. --- sink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sink.c b/sink.c index a3f5dea3..3abbd605 100644 --- 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 */ -- cgit v1.2.3