From 1fcbe6ab0314729c0c4a1274b1caa7a747f60a11 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 18 Mar 2005 04:36:55 +0000 Subject: [PATCH] changed buf size, not sure how it got shrunk git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@245 9efc2488-bf62-4759-914b-345cdb29e865 --- src/srfsh/srfsh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/srfsh/srfsh.h b/src/srfsh/srfsh.h index c69391e..13b26a0 100644 --- a/src/srfsh/srfsh.h +++ b/src/srfsh/srfsh.h @@ -15,7 +15,7 @@ #define SRFSH_PORT 5222 -#define COMMAND_BUFSIZE 12 +#define COMMAND_BUFSIZE 256 /* shell prompt */ -- 2.43.2