From 4a4c214cbcbf65e2028a57e36fe774eb3cf23192 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 1 Aug 2004 01:19:08 +0000 Subject: [PATCH] osi-save-strings-20040731 Increase the save string length to 128 from 30 in order to be able to handle principal names, paths, etc. --- src/WINNT/client_osi/osilog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5