mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
Typo: s/elineno, elineno/elineno, lineno/ in error message
This commit is contained in:
parent
9e93d5eba6
commit
71fa2027a7
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ main( int argc, char **argv )
|
|||
&vlen ) != 0 ) {
|
||||
Debug( LDAP_DEBUG_PARSE,
|
||||
"bad line %d in entry ending at line %d ignored\n",
|
||||
elineno, elineno, 0 );
|
||||
elineno, lineno, 0 );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ main( int argc, char **argv )
|
|||
&vlen ) != 0 ) {
|
||||
Debug( LDAP_DEBUG_PARSE,
|
||||
"bad line %d in entry ending at line %d ignored\n",
|
||||
elineno, elineno, 0 );
|
||||
elineno, lineno, 0 );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue