back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/client/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.c')
-rw-r--r--client/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/client.c b/client/client.c
index 66bfb01..dbe2bf1 100644
--- a/client/client.c
+++ b/client/client.c
@@ -33,7 +33,6 @@ static void get_data_from_server(struct client *cl, fd_set *readfds)
/* end of file -- closed connection (from server) */
if(!cl->data_left_in_buffer) {
clean_up_resources(cl);
- pgf_disconnect();
exit(0);
}
#ifdef DEBUG