From 164425f5cee190963d2f6bc9f9c5fc4181182f8c Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 9 Nov 1997 14:18:55 +0000 Subject: Increase chat script sizes to 512 Requested by: Michael Reifenberger --- usr.sbin/ppp/systems.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/systems.c') diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c index 7ae9fdd..e3f9282 100644 --- a/usr.sbin/ppp/systems.c +++ b/usr.sbin/ppp/systems.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.c,v 1.19 1997/11/09 06:22:48 brian Exp $ + * $Id: systems.c,v 1.20 1997/11/09 13:18:18 brian Exp $ * * TODO: */ @@ -69,7 +69,7 @@ SelectSystem(char *name, char *file) char *cp, *wp; int n, len; u_char olauth; - char line[200]; + char line[LINE_LEN]; char filename[200]; int linenum; -- cgit v1.1