Revert premature default optimize fix

This commit is contained in:
Olof hagsand 2024-01-09 10:59:34 +01:00
parent 7b5dc3d24c
commit 907da6ab9a
2 changed files with 8 additions and 8 deletions

View file

@ -1003,10 +1003,8 @@ xmldb_get_cache(clixon_handle h,
goto done;
}
/* Original tree: Remove global defaults and empty non-presence containers */
#if 0
if (xml_defaults_nopresence(x0t, 2) < 0)
goto done;
#endif
switch (wdef){
case WITHDEFAULTS_REPORT_ALL:
break;