proxy_getaddrinfo(): debug: print hints->ai_flags

fixed_len
rofl0r 2021-02-05 01:50:39 +00:00
parent 181cc0f414
commit 918855deed
1 changed files with 3 additions and 2 deletions

View File

@ -964,9 +964,10 @@ int proxy_getaddrinfo(const char *node, const char *service, const struct addrin
struct addrinfo *p;
char buf[1024];
int port, af = AF_INET;
PFUNC();
// printf("proxy_getaddrinfo node %s service %s\n",node,service);
PDEBUG("proxy_getaddrinfo node:%s service: %s, flags: %d\n",
node?node:"",service?service:"",hints?(int)hints->ai_flags:0);
space = calloc(1, sizeof(struct addrinfo_data));
if(!space) goto err1;