mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#1659 - forgot to define n_a
This commit is contained in:
parent
c517c23853
commit
064319ae4e
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ perl_back_db_config(
|
||||||
eval_pv( eval_str, 0 );
|
eval_pv( eval_str, 0 );
|
||||||
|
|
||||||
if (SvTRUE(ERRSV)) {
|
if (SvTRUE(ERRSV)) {
|
||||||
|
STRLEN n_a;
|
||||||
|
|
||||||
fprintf(stderr , "Error %s\n", SvPV(ERRSV, n_a)) ;
|
fprintf(stderr , "Error %s\n", SvPV(ERRSV, n_a)) ;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue