diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-04-15 15:36:29 -0700 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-04-15 15:36:29 -0700 |
commit | c6f6b26e6ab046bf2606bc4f85dd04f001dac40c (patch) | |
tree | 3c62e58fddaefb6dad199ade1c5f0c3cd95a2aff /src/cli_new.c | |
parent | 828f6cabd4428ee2929adf7ce133b785e10d790d (diff) | |
download | vyatta-cfg-c6f6b26e6ab046bf2606bc4f85dd04f001dac40c.tar.gz vyatta-cfg-c6f6b26e6ab046bf2606bc4f85dd04f001dac40c.zip |
revert fix for 2525 until delete on commit warnings are resolved.
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 26cc719..1ecbe83 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, - TRUE, + FALSE, &cv, get_cdirp(), get_tdirp(), |