mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:43:02 +01:00
rm redundant error message
This commit is contained in:
parent
7cf9c37aef
commit
36963a5b38
@ -329,7 +329,7 @@ void *lookup_thread_func(void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (process_response(&recv_data) == -1) {
|
if (process_response(&recv_data) == -1) {
|
||||||
lookup_error(self, "Name lookup failed.");
|
lookup_error(self, "");
|
||||||
goto on_exit;
|
goto on_exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user