[tor-commits] [flashproxy/master] Messed up the last commit.
dcf at torproject.org
dcf at torproject.org
Sun Jun 12 08:56:28 UTC 2011
commit b875382c6e5d2c4a0feaeb3a9e91632fdab9b741
Author: David Fifield <david at bamsoftware.com>
Date: Wed May 25 00:43:28 2011 -0700
Messed up the last commit.
---
rtmfpcat.as | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/rtmfpcat.as b/rtmfpcat.as
index 49fcdeb..d01bb37 100644
--- a/rtmfpcat.as
+++ b/rtmfpcat.as
@@ -109,7 +109,10 @@ package
return;
}
} else {
- tor_addr = DEFAULT_TOR_CLIENT_ADDR;
+ if (proxy_mode)
+ tor_addr = DEFAULT_TOR_PROXY_ADDR;
+ else
+ tor_addr = DEFAULT_TOR_CLIENT_ADDR;
}
main();
More information about the tor-commits
mailing list