summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 1e02286..daefe54 100644
--- a/client.c
+++ b/client.c
@@ -37,7 +37,7 @@ int handle_pong_frame()
37 37
38 if(ping_mode) 38 if(ping_mode)
39 { 39 {
40 state = CLIENT_STATE_SEND_PING; 40 state = CLIENT_STATE_SHUTDOWN;
41 } 41 }
42 return 0; 42 return 0;
43} 43}