summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-03-18 10:21:58 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-03-18 10:21:58 -0700
commitc8357d357fdd7e489fd25e76b73839e1b26fdbfa (patch)
treeb35147fb2539b2be1c11a6f068907c6a6a21b754 /src/commit.c
parenta5b5ad6f5074dd165d777b2a310d609f111e1d9f (diff)
parent1b22d8e098abf1f2cf4f479dab158c7a93805d11 (diff)
downloadvyatta-cfg-c8357d357fdd7e489fd25e76b73839e1b26fdbfa.tar.gz
vyatta-cfg-c8357d357fdd7e489fd25e76b73839e1b26fdbfa.zip
Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendale
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c2
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);