diff options
author | rbalocca <rbalocca@fugazi.vyatta.com> | 2007-12-13 14:08:32 -0800 |
---|---|---|
committer | rbalocca <rbalocca@fugazi.vyatta.com> | 2007-12-13 14:08:32 -0800 |
commit | 65db98116efa3c311c798f05f4f6ec97e9b6d643 (patch) | |
tree | c1ae711cc05361ea9d302699a998daa8333b3f7d /src/cli_objects.c | |
parent | 30d540abfcac1c3ebbb067a606034e2a854ee1a4 (diff) | |
parent | 96b548691d857e331ebcb0313ff94bd40127b795 (diff) | |
download | vyatta-cfg-65db98116efa3c311c798f05f4f6ec97e9b6d643.tar.gz vyatta-cfg-65db98116efa3c311c798f05f4f6ec97e9b6d643.zip |
Merge branch 'master' into glendale
Diffstat (limited to 'src/cli_objects.c')
-rw-r--r-- | src/cli_objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_objects.c b/src/cli_objects.c index 9bb36f0..8f0f6fe 100644 --- a/src/cli_objects.c +++ b/src/cli_objects.c @@ -334,7 +334,7 @@ void init_paths(boolean for_commit) init_path(&m_path, startp); switch_path(get_f_seg_c_ptr()); m_path.print_offset = max_len; - }else + } else init_path(&m_path, mdirp); init_path(&t_path, tdirp); |