mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
ITS#4306 fix for syslog with NULL string on modify
This commit is contained in:
parent
f7994da153
commit
a53fc12578
1 changed files with 1 additions and 0 deletions
|
|
@ -3807,6 +3807,7 @@ config_modify_internal( CfEntryInfo *ce, Operation *op, SlapReply *rs,
|
||||||
ca->bi = ce->ce_bi;
|
ca->bi = ce->ce_bi;
|
||||||
ca->private = ce->ce_private;
|
ca->private = ce->ce_private;
|
||||||
ca->ca_entry = e;
|
ca->ca_entry = e;
|
||||||
|
ca->fname = "slapd";
|
||||||
strcpy( ca->log, "back-config" );
|
strcpy( ca->log, "back-config" );
|
||||||
|
|
||||||
for (ml = op->orm_modlist; ml; ml=ml->sml_next) {
|
for (ml = op->orm_modlist; ml; ml=ml->sml_next) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue