summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index cf26a90..9b91d6f 100644
--- a/client.c
+++ b/client.c
@@ -34,6 +34,7 @@ int handle_pong_frame(protocol_frame *rcvd_frame)
34// state = CLIENT_STATE_PONG_RECEIVED; 34// state = CLIENT_STATE_PONG_RECEIVED;
35 state = CLIENT_STATE_SEND_PING; 35 state = CLIENT_STATE_SEND_PING;
36 } 36 }
37 return 0;
37} 38}
38 39
39int local_bind() 40int local_bind()