From 8425445c2dd68d91bb62487032151f06d35c583a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 23 Jul 2007 06:21:16 +0000 Subject: simplified action calling using new interface Warning: this version has a structure alignment issue in omusrmsg.c, I currently do not know why. I check in so that others can look at it. --- ommysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ommysql.c') diff --git a/ommysql.c b/ommysql.c index a91f2209..34fead8b 100644 --- a/ommysql.c +++ b/ommysql.c @@ -259,7 +259,7 @@ void writeMySQL(register selector_t *f) /* call the shell action * returns 0 if it succeeds, something else otherwise */ -int doActionMySQL(selector_t *f, time_t now) +int doActionMySQL(selector_t *f) { assert(f != NULL); -- cgit