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, 0 insertions, 2 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index d91c649c..15df3419 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -1858,8 +1858,6 @@ Messenger *new_messenger(uint8_t ipv6enabled)
1858 return NULL; 1858 return NULL;
1859 } 1859 }
1860 1860
1861 m_set_statusmessage(m, (uint8_t *)"Online", sizeof("Online"));
1862
1863 friendreq_init(&(m->fr), m->onion_c); 1861 friendreq_init(&(m->fr), m->onion_c);
1864 LANdiscovery_init(m->dht); 1862 LANdiscovery_init(m->dht);
1865 set_nospam(&(m->fr), random_int()); 1863 set_nospam(&(m->fr), random_int());