From a3554aad3a55055da4328f60b7241aac1bacc4c4 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 22 Aug 2005 09:42:51 +0000 Subject: [PATCH] log the right string --- servers/slapd/overlays/rwmconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5