[tor-commits] [obfsproxy/master] Trivial bug fix

nickm at torproject.org nickm at torproject.org
Mon Jun 20 14:42:26 UTC 2011


commit 7278977060111b3fe2ce7d1694483f746b13e7fe
Author: George Kadianakis <desnacked at gmail.com>
Date:   Mon Jun 20 04:13:16 2011 +0200

    Trivial bug fix
---
 src/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main.c b/src/main.c
index e469b7b..a8347c2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -306,7 +306,6 @@ main(int argc, const char **argv)
 #ifdef SIGPIPE
    signal(SIGPIPE, SIG_IGN);
 #endif
-  signal(SIGPIPE, SIG_IGN);
   sigevent = evsignal_new(base, SIGINT, 
                           handle_signal_cb, (void*) base);
   if (event_add(sigevent,NULL)) {



More information about the tor-commits mailing list