diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 08:27:21 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 08:27:21 +0000 |
commit | f48f11f50e9337e499e6e7b56ca3f143cb55f181 (patch) | |
tree | d5aa1c07869fed909fae281cbe8f7e5266339e98 /ommysql.c | |
parent | 6c1dc3ccbcd05115f3737f2b2db06be2505e68c6 (diff) | |
download | rsyslog-f48f11f50e9337e499e6e7b56ca3f143cb55f181.tar.gz rsyslog-f48f11f50e9337e499e6e7b56ca3f143cb55f181.tar.xz rsyslog-f48f11f50e9337e499e6e7b56ca3f143cb55f181.zip |
changed action calling sequence to module interface/structure
Diffstat (limited to 'ommysql.c')
-rw-r--r-- | ommysql.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -305,7 +305,6 @@ static rsRetVal parseSelectorAct(uchar **pp, selector_t *f) "database functionality - ignored"); #else /* WITH_DB defined! */ f->f_type = F_MYSQL; - f->doAction = doActionMySQL; p++; /* Now we read the MySQL connection properties |