[tor-commits] [flashproxy/master] flashproxy-reg-email doesn't have a -f option.

dcf at torproject.org dcf at torproject.org
Fri Sep 28 06:11:19 UTC 2012


commit df62b2c099fb7ab9c7b2122157ca1f9348e6d40a
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Sep 23 15:58:28 2012 -0700

    flashproxy-reg-email doesn't have a -f option.
---
 flashproxy-client |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/flashproxy-client b/flashproxy-client
index 6b4edf3..0a830b6 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -635,8 +635,6 @@ def register():
     spec = format_addr(options.remote_addr)
     if options.facilitator_addr is None:
         log(u"Registering \"%s\"." % spec)
-    else:
-        command += ["-f", format_addr(options.facilitator_addr)]
     command += [spec]
     try:
         p = subprocess.Popen(command)





More information about the tor-commits mailing list