mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
log the right string
This commit is contained in:
parent
ec1042b19e
commit
a3554aad3a
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ rwm_map_config(
|
|||
if ( rc != LDAP_SUCCESS ) {
|
||||
fprintf( stderr,
|
||||
"%s: line %d: destination attributeType '%s': %d (%s)\n",
|
||||
fname, lineno, src, rc, text ? text : "null" );
|
||||
fname, lineno, dst, rc, text ? text : "null" );
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue