1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-14 05:03:03 +01:00

rm redundant error message

This commit is contained in:
Jfreegman 2015-10-30 00:10:38 -04:00
parent 7cf9c37aef
commit 36963a5b38
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -329,7 +329,7 @@ void *lookup_thread_func(void *data)
}
if (process_response(&recv_data) == -1) {
lookup_error(self, "Name lookup failed.");
lookup_error(self, "");
goto on_exit;
}