From 1cc47101fec6a13a3eb5894cdb029420d3ae0ec4 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 21 Sep 2013 23:15:40 -0400 Subject: Fix bug. --- toxcore/Messenger.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index f79d0891..d595c67d 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c @@ -1242,6 +1242,8 @@ void doInbound(Messenger *m) set_friend_status(m, friend_id, FRIEND_CONFIRMED); } + + crypto_kill(m->net_crypto, inconnection); } } -- cgit v1.2.3