diff --git a/src/mech/src/ietf-system/ietf-system.c b/src/mech/src/ietf-system/ietf-system.c index bac1f682..e65af8ae 100644 --- a/src/mech/src/ietf-system/ietf-system.c +++ b/src/mech/src/ietf-system/ietf-system.c @@ -23,7 +23,7 @@ int ietf_sys_tr_commit_hostname(cxobj *src, cxobj *tgt) char **hosts, *old; if (src && xml_flag(src, XML_FLAG_DEL)) - new = "infix"; + new = "infix"; /* XXX: derive from global "options.h" */ else if (tgt && xml_flag(tgt, XML_FLAG_ADD|XML_FLAG_CHANGE)) new = xml_body(tgt); else