]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_user.c
Complete the move of xlines and resvs from aconf->name to aconf->host.
[irc/rqf/shadowircd.git] / src / s_user.c
index 862e9c71adefde9d5900031ecd36dc863135615b..7d7bc1b94cc8af544c7754d7ceef750f6a5ecd97 100644 (file)
@@ -420,7 +420,7 @@ register_local_user(struct Client *client_p, struct Client *source_p, const char
           (xconf = find_xline(source_p->info, 1)) != NULL)
        {
                ServerStats.is_ref++;
-               add_reject(source_p, xconf->name, NULL);
+               add_reject(source_p, xconf->host, NULL);
                exit_client(client_p, source_p, &me, "Bad user info");
                return CLIENT_EXITED;
        }