mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
fix warning message
This commit is contained in:
parent
ab7e975159
commit
42ab45aed2
@ -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 );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user