[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Change unused pt_smethoderror to pt_cmethoderror.
commit 41a5db3d91fd82b0f145fb956aa69524e1776cdd
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Fri Mar 1 21:30:04 2013 -0800
Change unused pt_smethoderror to pt_cmethoderror.
---
flashproxy-client | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client
index ef25d47..c229a3f 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -984,8 +984,8 @@ def pt_line(keyword, *args):
print keyword, " ".join(pt_escape(x) for x in args)
sys.stdout.flush()
-def pt_smethoderror(msg):
- pt_line("SMETHOD-ERROR", msg)
+def pt_cmethoderror(msg):
+ pt_line("CMETHOD-ERROR", msg)
sys.exit(1)
def pt_get_client_transports(known):
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits