Fixes for 4.4 release

This commit is contained in:
Olof hagsand 2020-03-24 16:41:30 +01:00
parent 09a2e09848
commit a7e0a30938
7 changed files with 22 additions and 11 deletions

View file

@ -587,7 +587,11 @@ main(int argc, char **argv)
restarg = clicon_strjoin(argc, argv, " ");
/* If several cligen object variables match same preference, select first */
#if 0 /* New cligen version (not in 4.4) */
cligen_preference_mode_set(cli_cligen(h), 1);
#else
cligen_match_cgvar_same(1);
#endif
/* Call start function in all plugins before we go interactive
*/