]> git.sur5r.net Git - openldap/commitdiff
log the right string
authorPierangelo Masarati <ando@openldap.org>
Mon, 22 Aug 2005 09:42:51 +0000 (09:42 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 22 Aug 2005 09:42:51 +0000 (09:42 +0000)
servers/slapd/overlays/rwmconf.c

index 32212d6c6dda5af33f082e3aba9705efd98f4883..f0e9d46b362c0c5d7621d0024dba2e4c31355983 100644 (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;
                        }
                }