From: Jeffrey Altman Date: Sun, 1 Aug 2004 01:19:08 +0000 (+0000) Subject: osi-save-strings-20040731 X-Git-Tag: BP-openafs-stable-1_4_x~47 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4a4c214cbcbf65e2028a57e36fe774eb3cf23192;p=packages%2Fo%2Fopenafs.git osi-save-strings-20040731 Increase the save string length to 128 from 30 in order to be able to handle principal names, paths, etc. --- diff --git a/src/WINNT/client_osi/osilog.h b/src/WINNT/client_osi/osilog.h index 2a0183e76..6eefb0f8e 100644 --- a/src/WINNT/client_osi/osilog.h +++ b/src/WINNT/client_osi/osilog.h @@ -19,7 +19,7 @@ #include "osiqueue.h" #define OSI_LOG_DEFAULTSIZE 1000 -#define OSI_LOG_STRINGSIZE 30 +#define OSI_LOG_STRINGSIZE 128 #define OSI_LOG_MAXPARMS 4 /* max # of int parms */ typedef struct osi_logEntry {