diff options
| author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-04-10 16:16:43 -0700 |
|---|---|---|
| committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-04-10 16:16:43 -0700 |
| commit | 6072a6950706da557fc2aaa66919239d07207578 (patch) | |
| tree | 79fc914f18b54fb4206c744c3542dbfc3883f728 /src | |
| parent | 59f85019f6369719ba5b212934be71fcd94f910c (diff) | |
| download | vyatta-cfg-6072a6950706da557fc2aaa66919239d07207578.tar.gz vyatta-cfg-6072a6950706da557fc2aaa66919239d07207578.zip | |
alternate fix for 2525--force directory evaluation upstream.
Diffstat (limited to 'src')
| -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(), |
