mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
fix warning message
This commit is contained in:
parent
ab7e975159
commit
42ab45aed2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue