diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-03-31 09:12:44 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-03-31 09:12:44 -0700 |
commit | 14a59962a64209afbb652ea86209c215c902f8ca (patch) | |
tree | e1006c27cd5bcc8edea1e44914da807fafecc70c /src/commit2.c | |
parent | b3c5fe4c1f871b932e25173b5a47e0702b2fa1dc (diff) | |
download | vyatta-cfg-14a59962a64209afbb652ea86209c215c902f8ca.tar.gz vyatta-cfg-14a59962a64209afbb652ea86209c215c902f8ca.zip |
change noop to active for env variable--this is more consistent with the action being applied.
Diffstat (limited to 'src/commit2.c')
-rw-r--r-- | src/commit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit2.c b/src/commit2.c index 7f81850..0a332d2 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -376,7 +376,7 @@ process_func(GNode *node, gpointer data) } } else { - setenv(ENV_ACTION_NAME,ENV_ACTION_NOOP,1); + setenv(ENV_ACTION_NAME,ENV_ACTION_ACTIVE,1); } if (g_dump_actions == FALSE) { |