summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 267670f9..b5ce2e7e 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2203,7 +2203,7 @@ void do_friends(Messenger *m)
2203 uint8_t dht_public_key[crypto_box_PUBLICKEYBYTES]; 2203 uint8_t dht_public_key[crypto_box_PUBLICKEYBYTES];
2204 2204
2205 if (onion_getfriend_DHT_pubkey(m->onion_c, m->friendlist[i].onion_friendnum, dht_public_key) == 0) { 2205 if (onion_getfriend_DHT_pubkey(m->onion_c, m->friendlist[i].onion_friendnum, dht_public_key) == 0) {
2206 set_conection_dht_public_key(m->net_crypto, m->friendlist[i].crypt_connection_id, dht_public_key); 2206 set_connection_dht_public_key(m->net_crypto, m->friendlist[i].crypt_connection_id, dht_public_key);
2207 } 2207 }
2208 2208
2209 uint8_t direct_connected; 2209 uint8_t direct_connected;