From 081ba88ecc9a37b793fff05a229b8d1548521383 Mon Sep 17 00:00:00 2001 From: bfernhomberg Date: Sun, 20 Jun 2004 15:46:28 +0000 Subject: [PATCH] Increase DSI command buffer to 8192 bytes. Fixes a problem with long kerberos tickets --- include/atalk/dsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/atalk/dsi.h b/include/atalk/dsi.h index be1f8fd7..b91a437a 100644 --- a/include/atalk/dsi.h +++ b/include/atalk/dsi.h @@ -49,7 +49,7 @@ struct dsi_block { u_int32_t dsi_reserved; /* reserved field */ }; -#define DSI_CMDSIZ 800 +#define DSI_CMDSIZ 8192 #define DSI_DATASIZ 8192 /* child and parent processes might interpret a couple of these * differently. */ -- 2.39.2