1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-08-06 15:16:39 +02:00
This commit is contained in:
rlt3
2013-08-01 16:01:29 -04:00

View File

@@ -83,8 +83,8 @@ static void execute(ToxWindow* self, char* cmd) {
dht.port = htons(atoi(port));
int resolved_address = resolve_addr(ip);
if (resolved_address == -1) {
uint32_t resolved_address = resolve_addr(ip);
if (resolved_address == 0) {
return;
}