log the right string

This commit is contained in:
Pierangelo Masarati 2005-08-22 09:42:51 +00:00
parent ec1042b19e
commit a3554aad3a

View File

@ -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;
}
}