diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-04-16 13:18:14 -0700 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-04-16 13:18:14 -0700 |
commit | 6ec19ddffc7ff6d8806a913314ceee6565d132c9 (patch) | |
tree | 1842c0a899ac562fe204056d5af213980208678a /src/cli_new.c | |
parent | c6f6b26e6ab046bf2606bc4f85dd04f001dac40c (diff) | |
download | vyatta-cfg-6ec19ddffc7ff6d8806a913314ceee6565d132c9.tar.gz vyatta-cfg-6ec19ddffc7ff6d8806a913314ceee6565d132c9.zip |
modified fix for 2525--fixes problem introduced with last fix (bug 3163)
Diffstat (limited to 'src/cli_new.c')
-rw-r--r-- | src/cli_new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_new.c b/src/cli_new.c index 1ecbe83..26cc719 100644 --- a/src/cli_new.c +++ b/src/cli_new.c @@ -1435,7 +1435,7 @@ static int expand_string(char *stringp) if(clind_config_engine_apply_command_path(n_cfg_path, n_tmpl_path, n_cmd_path, - FALSE, + TRUE, &cv, get_cdirp(), get_tdirp(), |