[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Include the register_addr spec in constructed register commands.
commit c1dc347c3c5ec9817a6326dade19d95c89cacd30
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Mon Sep 24 01:23:42 2012 -0700
Include the register_addr spec in constructed register commands.
---
flashproxy-client | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client
index 5d29204..7dc73fd 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -684,7 +684,7 @@ def register_one():
spec = format_addr(options.register_addr)
log(u"Trying to register \"%s\"." % spec)
for command in options.register_commands:
- if register_using_command(command):
+ if register_using_command(command + [spec]):
break
else:
log(u"All registration commands failed.")
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits