exit typo in test

This commit is contained in:
Olof hagsand 2020-03-24 20:57:41 +01:00
parent a7e0a30938
commit 4e578b77ee
2 changed files with 1 additions and 5 deletions

View file

@ -587,11 +587,7 @@ 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
*/