increase size of AUDIT_LOG_SIZE to 256

This commit is contained in:
Petr Lautrbach 2014-12-11 14:11:31 +01:00
parent 91cb47ec28
commit 11084609c9
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ index b3ee2f4..946f7fa 100644
+#include "packet.h"
+#include "cipher.h"
+#define AUDIT_LOG_SIZE 128
+#define AUDIT_LOG_SIZE 256
+
+extern ServerOptions options;
+extern Authctxt *the_authctxt;