summaryrefslogtreecommitdiffstats
path: root/ommysql.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-24 08:08:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-24 08:08:53 +0000
commit6c1dc3ccbcd05115f3737f2b2db06be2505e68c6 (patch)
tree88ca086f01f57dca3b7534450cd133691bb56021 /ommysql.c
parentcb2fc5f2d664ce48b9e3e8fd6c06e3aa3a9d9f66 (diff)
downloadrsyslog-6c1dc3ccbcd05115f3737f2b2db06be2505e68c6.tar.gz
rsyslog-6c1dc3ccbcd05115f3737f2b2db06be2505e68c6.tar.xz
rsyslog-6c1dc3ccbcd05115f3737f2b2db06be2505e68c6.zip
changed select action config reader to use module interface
Diffstat (limited to 'ommysql.c')
-rw-r--r--ommysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ommysql.c b/ommysql.c
index 1c5537e7..aa9d83e8 100644
--- a/ommysql.c
+++ b/ommysql.c
@@ -370,6 +370,7 @@ static rsRetVal parseSelectorAct(uchar **pp, selector_t *f)
initMySQL(f);
}
#endif /* #ifdef WITH_DB */
+ break;
default:
iRet = RS_RET_CONFLINE_UNPROCESSED;
break;