[tor-commits] [flashproxy/master] Use flashproxy-reg-email in	flashproxy-client.
    dcf at torproject.org 
    dcf at torproject.org
       
    Fri Sep 28 06:11:19 UTC 2012
    
    
  
commit b83d4f2f781b279b544dbb59f26794788b1114da
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Sep 19 17:05:09 2012 -0700
    Use flashproxy-reg-email in flashproxy-client.
---
 flashproxy-client |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client
index 6f7477e..6b4edf3 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -631,7 +631,7 @@ def register():
     if not script_dir:
         # Maybe the script was read from stdin; in any case don't guess at the directory.
         return
-    command = [os.path.join(script_dir, "flashproxy-reg-http")]
+    command = [os.path.join(script_dir, "flashproxy-reg-email")]
     spec = format_addr(options.remote_addr)
     if options.facilitator_addr is None:
         log(u"Registering \"%s\"." % spec)
    
    
More information about the tor-commits
mailing list