commit 823596e0dded69827c3faae2add9e71a6f142b80 Author: David Fifield david@bamsoftware.com Date: Sat Nov 10 21:37:57 2012 -0800
Use the pt_cmethods_done function in another place. --- flashproxy-client | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client index fded7a0..6a81968 100755 --- a/flashproxy-client +++ b/flashproxy-client @@ -1004,7 +1004,7 @@ option.\
client_transports = pt_get_client_transports(["websocket"]) if not client_transports: - pt_line("CMETHODS", "DONE") + pt_cmethods_done() sys.exit(1)
def pt_cmethod(method_name, addr):
tor-commits@lists.torproject.org