mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Typo: s/elineno, elineno/elineno, lineno/ in error message
This commit is contained in:
parent
9e93d5eba6
commit
71fa2027a7
@ -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 New Issue
Block a user