X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/13ae2f4b6904ebf7b8160902f9ffeb80f7585ed2..0284952c9f6edad14e18ce588cb21eb04d92c91f:/src/hash.c diff --git a/src/hash.c b/src/hash.c index 10e3506..9cac5bc 100644 --- a/src/hash.c +++ b/src/hash.c @@ -21,7 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: hash.c 3177 2007-02-01 00:19:14Z jilles $ */ #include "stdinc.h" @@ -632,7 +631,7 @@ hash_find_resv(const char *name) { aconf = ptr->data; - if(!irccmp(name, aconf->name)) + if(!irccmp(name, aconf->host)) { aconf->port++; return aconf;