[tor-commits] [flashproxy/master] Typo.
dcf at torproject.org
dcf at torproject.org
Sun May 19 16:14:51 UTC 2013
commit 433072841fd8710e32c68a0bad4a14ff6a91726a
Author: David Fifield <david at bamsoftware.com>
Date: Sun May 19 09:14:43 2013 -0700
Typo.
---
flashproxy-client | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client
index 863c74f..fe15f0b 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -964,12 +964,12 @@ def build_register_command(method):
elif options.address_family == socket.AF_INET6:
af = ["-6"]
if method == "appspot":
- command = [os.path.join(script_dir, "flashproxy-reg-appspot"] + af
+ command = [os.path.join(script_dir, "flashproxy-reg-appspot")] + af
if options.facilitator_pubkey_filename is not None:
command += ["--facilitator-pubkey", options.facilitator_pubkey_filename]
return command
elif method == "email":
- command = [os.path.join(script_dir, "flashproxy-reg-email"] + af
+ command = [os.path.join(script_dir, "flashproxy-reg-email")] + af
if options.facilitator_pubkey_filename is not None:
command += ["--facilitator-pubkey", options.facilitator_pubkey_filename]
return command
More information about the tor-commits
mailing list