From 8dd9959735014aab70a65a9e8832cd1818ba210d Mon Sep 17 00:00:00 2001 From: Tomas Heinrich Date: Thu, 13 Oct 2011 10:43:59 +0200 Subject: bugfix: $ActionExecOnlyOnce interval did not work properly Signed-off-by: Rainer Gerhards --- action.c | 1 - 1 file changed, 1 deletion(-) (limited to 'action.c') diff --git a/action.c b/action.c index 5451ef13..119bb3ba 100644 --- a/action.c +++ b/action.c @@ -716,7 +716,6 @@ actionWriteToAction(action_t *pAction) DBGPRINTF("action not yet ready again to be executed, onceInterval %d, tCurr %d, tNext %d\n", (int) pAction->iSecsExecOnceInterval, (int) getActNow(pAction), (int) (pAction->iSecsExecOnceInterval + pAction->tLastExec)); - pAction->tLastExec = getActNow(pAction); /* re-init time flags */ FINALIZE; } -- cgit