[or-cvs] r21183: {projects} Bugfix on processFail()  (projects/gettor)
    kaner at seul.org 
    kaner at seul.org
       
    Sun Dec 13 12:47:49 UTC 2009
    
    
  
Author: kaner
Date: 2009-12-13 07:47:49 -0500 (Sun, 13 Dec 2009)
New Revision: 21183
Modified:
   projects/gettor/GetTor.py
Log:
Bugfix on processFail()
Modified: projects/gettor/GetTor.py
===================================================================
--- projects/gettor/GetTor.py	2009-12-13 10:01:01 UTC (rev 21182)
+++ projects/gettor/GetTor.py	2009-12-13 12:47:49 UTC (rev 21183)
@@ -69,7 +69,7 @@
 					  split, sig, cmdAddr)
         if not reply.sendReply():
             log.error("Sending reply failed.")
-            processFail(conf, rawMessage, replyTo, None)
+            processFail(conf, rawMessage, sendFr, replyTo, None)
             return False
         return True
     except Exception, e:
    
    
More information about the tor-commits
mailing list