]> jfr.im git - solanum.git/blobdiff - src/s_user.c
Remove various unused macros.
[solanum.git] / src / s_user.c
index 31e05c109fc50a53adcda7166a031a65be907d89..161cacc06ce1f37ef032a9ec8f78f717c903f44f 100644 (file)
@@ -304,11 +304,6 @@ register_local_user(struct Client *client_p, struct Client *source_p, const char
                sendto_one_notice(source_p, ":*** Notice -- You have an illegal character in your hostname");
 
                strlcpy(source_p->host, source_p->sockhost, sizeof(source_p->host));
-
-#ifdef IPV6
-               if(ConfigFileEntry.dot_in_ip6_addr == 1)
-                       strlcat(source_p->host, ".", sizeof(source_p->host));
-#endif
        }