From 14a59962a64209afbb652ea86209c215c902f8ca Mon Sep 17 00:00:00 2001 From: slioch Date: Tue, 31 Mar 2009 09:12:44 -0700 Subject: change noop to active for env variable--this is more consistent with the action being applied. --- src/common/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/defs.h b/src/common/defs.h index d634b8c..5e110bc 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -14,7 +14,7 @@ #define ENV_ACTION_NAME "COMMIT_ACTION" #define ENV_ACTION_DELETE "DELETE" #define ENV_ACTION_SET "SET" -#define ENV_ACTION_NOOP "NOOP" +#define ENV_ACTION_ACTIVE "ACTIVE" struct Result { -- cgit v1.2.3