
26 Sep
2022
26 Sep
'22
10:28 a.m.
s/prue/pure in the commit summary On a Monday in 2022, Peter Krempa wrote:
The moved code is pure validation of semantics of the definition and not actual parsed values. Move it to the validation code.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/conf/domain_conf.c | 38 -------------------------------------- src/conf/domain_validate.c | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 38 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano