summaryrefslogtreecommitdiff
path: root/other/websockify.rb
diff options
context:
space:
mode:
Diffstat (limited to 'other/websockify.rb')
-rwxr-xr-xother/websockify.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/websockify.rb b/other/websockify.rb
index d6310f3..e54d0dd 100755
--- a/other/websockify.rb
+++ b/other/websockify.rb
@@ -39,7 +39,7 @@ Traffic Legend:
end
# Echo back whatever is received
- def new_client(client)
+ def new_websocket_client(client)
msg "connecting to: %s:%s" % [@target_host, @target_port]
tsock = TCPSocket.open(@target_host, @target_port)