235 |
|
sendheader(auth->client, REPORT_DO_ID); |
236 |
|
|
237 |
|
/* |
238 |
< |
* get the local address of the client and bind to that to |
239 |
< |
* make the auth request. This used to be done only for |
240 |
< |
* ifdef VIRTUAL_HOST, but needs to be done for all clients |
241 |
< |
* since the ident request must originate from that same address-- |
242 |
< |
* and machines with multiple IP addresses are common now |
238 |
> |
* Get the local address of the client and bind to that to |
239 |
> |
* make the auth request. |
240 |
|
*/ |
241 |
|
memset(&localaddr, 0, locallen); |
242 |
|
getsockname(auth->client->connection->fd.fd, (struct sockaddr*)&localaddr, |