]> git.sur5r.net Git - openldap/commitdiff
Import fp_getline patch from DEVEL
authorKurt Zeilenga <kurt@openldap.org>
Sat, 12 May 2001 18:48:15 +0000 (18:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 12 May 2001 18:48:15 +0000 (18:48 +0000)
servers/slapd/config.c

index df982460e87fe774e5edf894a811bd179a9e4a59..79b59d846b9be18b99a037e83c7b726db0ea78d4 100644 (file)
@@ -1287,6 +1287,8 @@ fp_getline( FILE *fp, int *lineno )
                        return( line );
                }
 
+               buf[0] = ' ';
+
                CATLINE( buf );
                (*lineno)++;
        }