summaryrefslogtreecommitdiffstats
path: root/ommysql.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-22 10:18:45 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-22 10:18:45 +0000
commit916449ce6e04c3238b65679ab6d92dfc8f5a211c (patch)
treed7752c7a7a274ba1e4fe3e4ec4528b5d3cfd9222 /ommysql.c
parente38d58bc743fe0c80789c5954488fdd54680f72a (diff)
downloadrsyslog-916449ce6e04c3238b65679ab6d92dfc8f5a211c.tar.gz
rsyslog-916449ce6e04c3238b65679ab6d92dfc8f5a211c.tar.xz
rsyslog-916449ce6e04c3238b65679ab6d92dfc8f5a211c.zip
changed interface, now is updated by rule engine
Diffstat (limited to 'ommysql.c')
-rw-r--r--ommysql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ommysql.c b/ommysql.c
index eda2490a..a91f2209 100644
--- a/ommysql.c
+++ b/ommysql.c
@@ -263,7 +263,6 @@ int doActionMySQL(selector_t *f, time_t now)
{
assert(f != NULL);
- f->f_time = now;
dprintf("\n");
writeMySQL(f);
return 0;