osi-save-strings-20040731
authorJeffrey Altman <jaltman@mit.edu>
Sun, 1 Aug 2004 01:19:08 +0000 (01:19 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 1 Aug 2004 01:19:08 +0000 (01:19 +0000)
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

index 2a0183e..6eefb0f 100644 (file)
@@ -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 {