From: Jeffrey Altman Date: Tue, 2 Mar 2004 04:09:32 +0000 (+0000) Subject: afsi_log-buffer-20040301 X-Git-Tag: openafs-devel-1_3_60~78 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=403e46be7dfee98ef9ee818cf4b37530c5df1755;p=packages%2Fo%2Fopenafs.git afsi_log-buffer-20040301 Increase the size of the final buffer to be large enough to hold all of the data which is being written to it. --- diff --git a/src/WINNT/afsd/afsd_init.c b/src/WINNT/afsd/afsd_init.c index 03c21548e..f8e7c046a 100644 --- a/src/WINNT/afsd/afsd_init.c +++ b/src/WINNT/afsd/afsd_init.c @@ -127,7 +127,7 @@ static int afsi_log_useTimestamp = 1; void afsi_log(char *pattern, ...) { - char s[100], t[100], d[100], u[100]; + char s[100], t[100], d[100], u[300]; int zilch; va_list ap; va_start(ap, pattern);