From: Pierangelo Masarati Date: Mon, 22 Aug 2005 09:42:51 +0000 (+0000) Subject: log the right string X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~620 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3554aad3a55055da4328f60b7241aac1bacc4c4;p=openldap log the right string --- diff --git a/servers/slapd/overlays/rwmconf.c b/servers/slapd/overlays/rwmconf.c index 32212d6c6d..f0e9d46b36 100644 --- a/servers/slapd/overlays/rwmconf.c +++ b/servers/slapd/overlays/rwmconf.c @@ -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; } }