import fix to ITS#4669

This commit is contained in:
Pierangelo Masarati 2006-09-12 20:44:21 +00:00
parent bb1decc271
commit db5ccc8f0a
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.28 Engineering
Fixed libldap ldap.conf max line length (ITS#4669)
Added ldapsearch bad filter pattern check (ITS#4647)
Fixed slapd-monitor locking with scope "subordinate" (ITS#4668)

View file

@ -116,7 +116,7 @@ static const struct ol_attribute {
static void openldap_ldap_init_w_conf(
const char *file, int userconf )
{
char linebuf[128];
char linebuf[ LINE_MAX ];
FILE *fp;
int i;
char *cmd, *opt;