[tor-commits] [flashproxy/js] Fix undefined variable errors.

dcf at torproject.org dcf at torproject.org
Mon Apr 2 16:40:50 UTC 2012


commit 3455f9a79166ed92de864b91f9dcfa0bb222c82c
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Apr 2 08:53:26 2012 -0700

    Fix undefined variable errors.
---
 flashproxy.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flashproxy.js b/flashproxy.js
index 4803fce..3fcf4a0 100644
--- a/flashproxy.js
+++ b/flashproxy.js
@@ -383,8 +383,8 @@ function FlashProxy()
             puts("Error: can't parse relay spec " + repr(response.relay) + ".");
             return;
         }
-        puts("Facilitator: got client:" + repr(client_spec) + " "
-            + "relay:" + repr(relay_spec) + ".");
+        puts("Facilitator: got client:" + repr(client_addr) + " "
+            + "relay:" + repr(relay_addr) + ".");
 
         this.make_proxy_pair(client_addr, relay_addr);
     };





More information about the tor-commits mailing list