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

[tor-commits] [flashproxy/master] Fix the --email option in flashproxy-reg-email.



commit c44ce7276a648ae1363adfe16c5e55619e991c01
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date:   Wed Sep 19 11:24:43 2012 -0700

    Fix the --email option in flashproxy-reg-email.
---
 flashproxy-reg-email |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/flashproxy-reg-email b/flashproxy-reg-email
index bd5095a..babcc85 100755
--- a/flashproxy-reg-email
+++ b/flashproxy-reg-email
@@ -165,7 +165,7 @@ for o, a in opts:
     if o == "-d" or o == "--debug":
         options.debug = True
     elif o == "-e" or o == "--email":
-        options.email_addr = parse_addr_spec(a, DEFAULT_FACILITATOR_HOST, DEFAULT_FACILITATOR_PORT)
+        options.email_addr = a
     elif o == "-h" or o == "--help":
         usage()
         sys.exit()



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