]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/hash.c
Cleanup cmode help files and add cmodes provided by extensions.
[irc/rqf/shadowircd.git] / src / hash.c
index 10e35066d83ef9088e2a4644a43e796aa9223235..5386856b70221466daf2ef7284aaa5ec730df933 100644 (file)
@@ -632,7 +632,7 @@ hash_find_resv(const char *name)
        {
                aconf = ptr->data;
 
-               if(!irccmp(name, aconf->name))
+               if(!irccmp(name, aconf->host))
                {
                        aconf->port++;
                        return aconf;