mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
prepare log line
This commit is contained in:
parent
8f3443f591
commit
51ebb4ee99
@ -137,6 +137,9 @@ over_db_config(
|
||||
ca.fname = fname;
|
||||
ca.lineno = lineno;
|
||||
ca.be = be;
|
||||
snprintf( ca.log, sizeof( ca.log ), "%s: line %d",
|
||||
ca.fname, ca.lineno );
|
||||
|
||||
for (; on; on=on->on_next) {
|
||||
rc = SLAP_CONF_UNKNOWN;
|
||||
if (on->on_bi.bi_cf_ocs) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user