mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Grow buffer[] declaration to make space for " $ " separators
This commit is contained in:
parent
f90ed5aef8
commit
a9f6fc35f7
@ -375,7 +375,7 @@ get_value( char *id, char *prompt )
|
||||
int count; /* line # of new value -- if multiline */
|
||||
int multiline = 0; /* 1 if this value is multiline */
|
||||
static char line[LINE_SIZE]; /* raw line from user */
|
||||
static char buffer[MAX_DESC_LINES * LINE_SIZE]; /* holds ALL of the
|
||||
static char buffer[MAX_DESC_LINES * (LINE_SIZE+2)]; /* holds ALL of the
|
||||
lines we get */
|
||||
#ifdef DEBUG
|
||||
if (debug & D_TRACE)
|
||||
|
Loading…
Reference in New Issue
Block a user