]> jfr.im git - irc/eggheads/eggdrop.git/commit
Fix ident lookup bind (#1254)
authorMichael Ortmann <redacted>
Sat, 4 Jun 2022 19:25:12 +0000 (19:25 +0000)
committerGitHub <redacted>
Sat, 4 Jun 2022 19:25:12 +0000 (15:25 -0400)
commit4d65969b4f063313a7fcc3f3a179ac7ed0b6aa9d
treea58e8d465e7772c4e87320503c2bb32dd1a4235c
parentacae7030f944c298383a38d9fb203b70f39af2b3
Fix ident lookup bind (#1254)

Found by: thommey
Patch by: michaelortmann
Fixes: #1252
The telnet bind() was wrong and binds to the actual listen port that is already in use instead of to the IP address but using sin_port=0
src/dcc.c