mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Fix lineno count
This commit is contained in:
parent
c05f45b7dd
commit
0d013609fe
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ static int readline(MDB_val *out, MDB_val *buf)
|
|||
return EOF;
|
||||
}
|
||||
if (c != ' ') {
|
||||
lineno++;
|
||||
if (fgets(buf->mv_data, buf->mv_size, stdin) == NULL) {
|
||||
badend:
|
||||
eof = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue