[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[flashproxy/master] Break out an if–else.



commit 7e77b63cf82acc254ba68800f6d3b91128765b8d
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date:   Thu Jan 3 21:54:29 2013 -0800

    Break out an ifâ??else.
---
 proxy/flashproxy.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js
index eea124c..26fb5dd 100644
--- a/proxy/flashproxy.js
+++ b/proxy/flashproxy.js
@@ -489,9 +489,9 @@ function FlashProxy() {
             puts("Error: the \"relay\" parameter requires \"client\" also.")
             this.die();
             return;
-        } else {
-            setTimeout(this.proxy_main.bind(this), this.facilitator_poll_interval * 1000);
         }
+
+        setTimeout(this.proxy_main.bind(this), this.facilitator_poll_interval * 1000);
     };
 
     this.proxy_main = function() {



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits