Set basic mode retrieval to explicit by default. RFC6243
This commit is contained in:
parent
0d41d49fa9
commit
8883d012c7
2 changed files with 16 additions and 13 deletions
|
|
@ -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__);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue