]> git.sur5r.net Git - openldap/commitdiff
import fix to warning message
authorPierangelo Masarati <ando@openldap.org>
Tue, 9 May 2006 22:54:19 +0000 (22:54 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 9 May 2006 22:54:19 +0000 (22:54 +0000)
servers/slapd/back-ldap/config.c

index 219f6c3f9397b53f1b74a61cb93082478b9625dd..c41e5590e077a6464149cd069ad397da8dad0d08 100644 (file)
@@ -804,7 +804,7 @@ ldap_back_cf_gen( ConfigArgs *c )
                                                "host and port allowed "
                                                "in \"uri <uri>\" statement "
                                                "for uri #%d of \"%s\"",
-                                               i, c->value_string );
+                                               i, c->argv[ 1 ] );
                                Debug( LDAP_DEBUG_ANY, "%s: %s.\n", c->log, c->msg, 0 );
                        }
                }