Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed May 17, 2012
1 parent 7bb19dc commit eb789d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/fbproxy.py
Expand Up @@ -1825,7 +1825,7 @@ def proxy_socket(client_socket, server_name, server_port):
r = server_socket.recv(1)
if r:
print '<%02x' % (ord(r),)
client_socket.send(s)
client_socket.send(r)
except socket.error:
pass

Expand Down

0 comments on commit eb789d2

Please sign in to comment.