fix warning message

This commit is contained in:
Pierangelo Masarati 2006-05-09 20:32:25 +00:00
parent ab7e975159
commit 42ab45aed2

View File

@ -811,7 +811,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 );
}
}