diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-18 16:54:15 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-18 16:54:15 -0700 |
commit | dd612bb6e5b00f6d2926e89b9d7d97c37d40cf47 (patch) | |
tree | 90fd29e77d702bd0266b458247453e5dd59d6dcb /src/commit.c | |
parent | 2c3eea0064d63ddc71abf40ec7f4284d0989895e (diff) | |
parent | fb025a40a310668057b77eb03c1b3c60ddf77287 (diff) | |
download | vyatta-cfg-dd612bb6e5b00f6d2926e89b9d7d97c37d40cf47.tar.gz vyatta-cfg-dd612bb6e5b00f6d2926e89b9d7d97c37d40cf47.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'src/commit.c')
-rw-r--r-- | src/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.c b/src/commit.c index c3219e5..980a98b 100644 --- a/src/commit.c +++ b/src/commit.c @@ -1359,7 +1359,7 @@ static int fin_commit(boolean ok) system(command); my_free(command); - command = my_malloc(strlen(format3) + c_len, ""); + command = my_malloc(strlen(format3) + t_len, ""); sprintf(command, format3, get_tmpp()); system(command); my_free(command); |