]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_conf.c
Remove various obsolete ConfItem statuses (types) and flags.
[irc/rqf/shadowircd.git] / src / s_conf.c
index eceec142fb1a6311a6a54afb0b3497a0a7ffb9f5..22575fe083d979883f20104851c02171119bd8b7 100644 (file)
@@ -339,10 +339,6 @@ verify_access(struct Client *client_p, const char *username)
                        return (NOT_AUTHORISED);
                }
 
-
-               if(IsConfDoIdentd(aconf))
-                       SetNeedId(client_p);
-
                /* Thanks for spoof idea amm */
                if(IsConfDoSpoofIp(aconf))
                {