summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 670a311..45b1d8b 100644
--- a/main.c
+++ b/main.c
@@ -1089,7 +1089,6 @@ int do_server_loop()
1089 frame->connid = tun->connid; 1089 frame->connid = tun->connid;
1090 frame->data_length = nbytes; 1090 frame->data_length = nbytes;
1091 send_frame(frame, tox_packet_buf); 1091 send_frame(frame, tox_packet_buf);
1092 sent_data = 1;
1093 } 1092 }
1094 } 1093 }
1095 } 1094 }