Set basic mode retrieval to explicit by default. RFC6243

This commit is contained in:
Jan-Olof Carlson 2022-12-12 07:52:16 +00:00
parent 0d41d49fa9
commit 8883d012c7
2 changed files with 16 additions and 13 deletions

View file

@ -815,7 +815,7 @@ get_common(clicon_handle h,
cxobj *xfind;
uint32_t offset = 0;
uint32_t limit = 0;
withdefaults_type wdef = WITHDEFAULTS_REPORT_ALL;
withdefaults_type wdef = WITHDEFAULTS_EXPLICIT;
char *wdefstr;
clicon_debug(1, "%s", __FUNCTION__);