| # | Line 361 | Line 361 | add_connection(struct Listener* listener | |
|---|---|---|
| 361 | * copy address to 'sockhost' as a string, copy it to host too | |
| 362 | * so we have something valid to put into error messages... | |
| 363 | */ | |
| 364 | – | new_client->localClient->port = ntohs(irn.ss_port); |
| 364 | memcpy(&new_client->localClient->ip, &irn, sizeof(struct irc_ssaddr)); | |
| 365 | ||
| 366 | irc_getnameinfo((struct sockaddr*)&new_client->localClient->ip, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |