mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#1659: s/na/n_a/
This commit is contained in:
parent
a045fc60a5
commit
c517c23853
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ perl_back_db_config(
|
|||
eval_pv( eval_str, 0 );
|
||||
|
||||
if (SvTRUE(ERRSV)) {
|
||||
fprintf(stderr , "Error %s\n", SvPV(ERRSV, na)) ;
|
||||
fprintf(stderr , "Error %s\n", SvPV(ERRSV, n_a)) ;
|
||||
}
|
||||
#else
|
||||
snprintf( eval_str, EVAL_BUF_SIZE, "%s.pm", argv[1] );
|
||||
|
|
|
|||
Loading…
Reference in a new issue