]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/reslib.c
Allow the resolver to process longer hostnames,
[irc/rqf/shadowircd.git] / src / reslib.c
index d646428295eb7601187751058f8a8d14b74f9541..38c09ebdf6e5d874766507e70df74578e07fdc85 100644 (file)
@@ -97,7 +97,7 @@
 
 struct rb_sockaddr_storage irc_nsaddr_list[IRCD_MAXNS];
 int irc_nscount = 0;
-char irc_domain[HOSTLEN + 1];
+char irc_domain[IRCD_RES_HOSTLEN + 1];
 
 static const char digitvalue[256] = {
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /*16*/