mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 03:20:41 +01:00
core/config bugfix: false error msg when config.enabled="on" is used
When the 'config.enabled="on"' config parameter an invalid error message was emitted that this parameter is not supported. However, it was still applied properly. This commit removes the invalid error message. closes https://github.com/rsyslog/rsyslog/issues/4011
This commit is contained in:
parent
92d01f4446
commit
fec4535f1c
@ -1219,6 +1219,8 @@ nvlstGetParams(struct nvlst *lst, struct cnfparamblk *params,
|
||||
for(val = lst; val != NULL ; val = val->next) {
|
||||
val->bUsed = 1;
|
||||
}
|
||||
} else {
|
||||
valnode->bUsed = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user