diff --git a/Changes b/Changes index 5f9cfafff..11508c1b2 100644 --- a/Changes +++ b/Changes @@ -1395,3 +1395,4 @@ seen. gmtime warning still there - Depricated AKILL/RAKILL and made them alias to TKL G +/- - for normal users they just reply that the commands are depricated. Server compatiblity is maintained. Eventually it will just be removed. Thank god for modules. +- Fixed a silly bug with regards to matching against compressed IPs in link {} checking diff --git a/src/s_serv.c b/src/s_serv.c index 1227a7786..f5e95ef5c 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -639,7 +639,7 @@ CMD_FUNC(m_server) * Then on compressed */ if (!aconf) - aconf = Find_link(cptr->username, cptr->sockhost, Inet_ia2pNB(&cptr->ip, 0), servername); + aconf = Find_link(cptr->username, cptr->sockhost, Inet_ia2pNB(&cptr->ip, 1), servername); #endif if (!aconf) {