]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-server.c
Add support for longer config lines
[ngircd-alex.git] / src / ngircd / irc-server.c
index 030c3cd1fc043c00f3c99633eb1e33620b2be838..b0abb7cdf2622cac13792c4a2c708baeeaa12e48 100644 (file)
@@ -53,7 +53,7 @@
 GLOBAL bool
 IRC_SERVER( CLIENT *Client, REQUEST *Req )
 {
-       char str[LINE_LEN];
+       char str[100];
        CLIENT *from, *c;
        int i;