From: erickson Date: Fri, 18 Mar 2005 04:36:55 +0000 (+0000) Subject: changed buf size, not sure how it got shrunk X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1fcbe6ab0314729c0c4a1274b1caa7a747f60a11;p=opensrf%2Fbjwebb.git 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 --- 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 */