This commit is contained in:
Omar Polo 2021-07-06 10:56:01 +00:00
parent 090b8a89fa
commit 59c7ee13b4
1 changed files with 1 additions and 1 deletions

2
fcgi.c
View File

@ -477,7 +477,7 @@ send_fcgi_req(struct fcgi *f, struct client *c)
f->pending++;
e = getnameinfo((struct sockaddr*)&c->addr, sizeof(c->addr),
e = getnameinfo((struct sockaddr*)&c->addr, sizeof(c->addr),
addr, sizeof(addr),
NULL, 0,
NI_NUMERICHOST);