summaryrefslogtreecommitdiff
path: root/src/exe_action.c
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-05-12 22:47:30 +0800
committerAn-Cheng Huang <ancheng@vyatta.com>2011-05-12 22:47:30 +0800
commit363838cb3f8d2cda86ae46d8decddcbec3b7cb1c (patch)
tree5561fdfc99fdd67d735724b0670affc268a84215 /src/exe_action.c
parentbf812ad3fba8a9fec957fecbbfcf41258d67c08b (diff)
downloadvyatta-cfg-363838cb3f8d2cda86ae46d8decddcbec3b7cb1c.tar.gz
vyatta-cfg-363838cb3f8d2cda86ae46d8decddcbec3b7cb1c.zip
fix for bug 6771
* reimplement process management to fix breakage caused by commit 792d6aa0dd0ecfd45c9b5ab57c6c0cb71a9b8da6.
Diffstat (limited to 'src/exe_action.c')
-rw-r--r--src/exe_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exe_action.c b/src/exe_action.c
index 53d2be4..752a1d9 100644
--- a/src/exe_action.c
+++ b/src/exe_action.c
@@ -85,7 +85,7 @@ main(int argc, char** argv)
//BROKEN--NEEDS TO BE FIX BELOW FOR DPATH AND CPATH
common_set_context(path,path);
- status = execute_list(def.actions[act].vtw_list_head,&def,NULL,FALSE);
+ status = execute_list(def.actions[act].vtw_list_head, &def, NULL);
if (status == FALSE) {
printf("command failed! status: %d\n", status);
}