summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-rw-r--r--update.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.c b/update.c
index 986361f..281ccdc 100644
--- a/update.c
+++ b/update.c
@@ -1723,6 +1723,8 @@ void cEpgd::loop()
" state = 'F', action = 'A', info = 'cleanuped'"
" where (state = 'R' or state = 'P')"
" and from_unixtime(_endtime) < (now() - interval 5 minute);");
+
+ connection->commit();
}
if (!dbConnected())