Suppress a small compilation warning when not using IDN

MAINT_6_0
Stephane Bortzmeyer 17 years ago
parent 36210540d0
commit 87b652104b

@ -49,7 +49,10 @@ main(argc, argv)
char **leftover;
int sockfd = -1;
struct addrinfo hints, hints_numeric, *res;
struct addrinfo hints, *res;
#ifdef LIBIDN
struct addrinfo hints_numeric;
#endif
int error;
char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
#ifdef NI_WITHSCOPEID

Loading…
Cancel
Save