mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Initialize lineno
This commit is contained in:
parent
1a16766b3c
commit
d08a8cbbd6
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ main( int argc, char **argv )
|
|||
|
||||
buf = NULL;
|
||||
lmax = 0;
|
||||
lineno = 0;
|
||||
|
||||
if( be->be_entry_open( be, 1 ) != 0 ) {
|
||||
fprintf( stderr, "%s: could not open database.\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue