Loading ares/adig.c +2 −2 Original line number Diff line number Diff line Loading @@ -239,7 +239,7 @@ int main(int argc, char **argv) if (status != ARES_SUCCESS) { fprintf(stderr, "ares_init_options: %s\n", ares_strerror(status, &errmem)); ares_strerror(status)); ares_free_errmem(errmem); return 1; } Loading Loading @@ -295,7 +295,7 @@ static void callback(void *arg, int status, unsigned char *abuf, int alen) */ if (status != ARES_SUCCESS) { printf("%s\n", ares_strerror(status, &errmem)); printf("%s\n", ares_strerror(status)); ares_free_errmem(errmem); if (!abuf) return; Loading ares/ahost.c +2 −2 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ int main(int argc, char **argv) status = ares_init(&channel); if (status != ARES_SUCCESS) { fprintf(stderr, "ares_init: %s\n", ares_strerror(status, &errmem)); fprintf(stderr, "ares_init: %s\n", ares_strerror(status)); ares_free_errmem(errmem); return 1; } Loading Loading @@ -101,7 +101,7 @@ static void callback(void *arg, int status, struct hostent *host) if (status != ARES_SUCCESS) { fprintf(stderr, "%s: %s\n", (char *) arg, ares_strerror(status, &mem)); fprintf(stderr, "%s: %s\n", (char *) arg, ares_strerror(status)); ares_free_errmem(mem); return; } Loading Loading
ares/adig.c +2 −2 Original line number Diff line number Diff line Loading @@ -239,7 +239,7 @@ int main(int argc, char **argv) if (status != ARES_SUCCESS) { fprintf(stderr, "ares_init_options: %s\n", ares_strerror(status, &errmem)); ares_strerror(status)); ares_free_errmem(errmem); return 1; } Loading Loading @@ -295,7 +295,7 @@ static void callback(void *arg, int status, unsigned char *abuf, int alen) */ if (status != ARES_SUCCESS) { printf("%s\n", ares_strerror(status, &errmem)); printf("%s\n", ares_strerror(status)); ares_free_errmem(errmem); if (!abuf) return; Loading
ares/ahost.c +2 −2 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ int main(int argc, char **argv) status = ares_init(&channel); if (status != ARES_SUCCESS) { fprintf(stderr, "ares_init: %s\n", ares_strerror(status, &errmem)); fprintf(stderr, "ares_init: %s\n", ares_strerror(status)); ares_free_errmem(errmem); return 1; } Loading Loading @@ -101,7 +101,7 @@ static void callback(void *arg, int status, struct hostent *host) if (status != ARES_SUCCESS) { fprintf(stderr, "%s: %s\n", (char *) arg, ares_strerror(status, &mem)); fprintf(stderr, "%s: %s\n", (char *) arg, ares_strerror(status)); ares_free_errmem(mem); return; } Loading