Skip to content
Snippets Groups Projects
Commit 71fa2027 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Typo: s/elineno, elineno/elineno, lineno/ in error message

parent 9e93d5eb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment