summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-05-14 21:07:29 -0400
committerirungentoo <irungentoo@gmail.com>2015-05-14 21:07:29 -0400
commit40f113c0773d239a107d7085e3f72468e5014f9b (patch)
tree44d5e96c48c7ce733d9b27d1af0e02011bc33dd6 /toxcore/Messenger.c
parent53c6b26a7e5e4e0abe787c0a7de0ff63dffd2254 (diff)
Added tcp test.
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 20213016..6294aa9c 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2216,11 +2216,6 @@ void do_friends(Messenger *m)
2216 m->friendlist[i].user_istyping_sent = 1; 2216 m->friendlist[i].user_istyping_sent = 1;
2217 } 2217 }
2218 2218
2219 if (m->friendlist[i].tcp_server_sent == 0) {
2220 if (send_user_tcp_server(m, i))
2221 m->friendlist[i].tcp_server_sent = 1;
2222 }
2223
2224 check_friend_tcp_udp(m, i); 2219 check_friend_tcp_udp(m, i);
2225 do_receipts(m, i); 2220 do_receipts(m, i);
2226 do_reqchunk_filecb(m, i); 2221 do_reqchunk_filecb(m, i);