Small fixes.

Added toxdns.h include to toxdns.c.

Removed default "Online" status message.
This commit is contained in:
irungentoo 2014-06-17 11:27:57 -04:00
parent f547ebee64
commit 888ebea619
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
2 changed files with 1 additions and 2 deletions

View File

@ -1858,8 +1858,6 @@ Messenger *new_messenger(uint8_t ipv6enabled)
return NULL;
}
m_set_statusmessage(m, (uint8_t *)"Online", sizeof("Online"));
friendreq_init(&(m->fr), m->onion_c);
LANdiscovery_init(m->dht);
set_nospam(&(m->fr), random_int());

View File

@ -26,6 +26,7 @@
#endif
#include "../toxcore/Messenger.h"
#include "toxdns.h"
static const char base32[32] = {"abcdefghijklmnopqrstuvwxyz012345"};