[flashproxy/master] Include the register_addr spec in constructed register commands.
commit c1dc347c3c5ec9817a6326dade19d95c89cacd30 Author: David Fifield <david@bamsoftware.com> 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.")
participants (1)
-
dcf@torproject.org