mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
fix compiler warnings: -Wmaybe-uninitialized
This commit is contained in:
@@ -189,7 +189,7 @@ static void *t_resolver(void *arg)
|
||||
{
|
||||
int tid = (int)(size_t)arg;
|
||||
int i, r;
|
||||
char dom[256], is_ok;
|
||||
char dom[256], is_ok = 0;
|
||||
struct addrinfo hints;
|
||||
struct addrinfo *result;
|
||||
|
||||
|
Reference in New Issue
Block a user