]> jfr.im git - irc/freenode/ircd-seven.git/commit
introduce_client(): Remove redundant check for sockhost starting with colon.
authorJilles Tjoelker <redacted>
Sun, 25 Jan 2015 21:11:16 +0000 (22:11 +0100)
committerJilles Tjoelker <redacted>
Sun, 25 Jan 2015 21:11:16 +0000 (22:11 +0100)
commite9f86e320e87f94827e40dd03418aed98461390a
treef4e04fd1f5d05c3d5a4182ac67234a5b4a7d4840
parent3881a3ce5d68ff5fd0bc152c46924b33997821fa
introduce_client(): Remove redundant check for sockhost starting with colon.

Other code (inet_ntop6() in libratbox/src/commio.c and
extensions/m_webirc.c) ensures the sockhost does not start with a colon.
Checking only here does not make sense.

Reported by: Attila
src/s_user.c