summaryrefslogtreecommitdiffstats
path: root/plugins/sm_cust_bindcdr
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-21 10:34:43 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-21 10:34:43 +0100
commit41d79b8fead00f85614547606b0c1117f3efa04e (patch)
tree9440f1fd9d193ce988dbded12e8be159dac56764 /plugins/sm_cust_bindcdr
parentf82f810ca8db889e18dcedabcfe9f8a149ffabc6 (diff)
downloadrsyslog-41d79b8fead00f85614547606b0c1117f3efa04e.tar.gz
rsyslog-41d79b8fead00f85614547606b0c1117f3efa04e.tar.xz
rsyslog-41d79b8fead00f85614547606b0c1117f3efa04e.zip
bugfix: strgen could not be used together with database outputs
because the sql/stdsql option could not be specified. This has been solved by permitting the strgen to include the opton inside its name. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=195
Diffstat (limited to 'plugins/sm_cust_bindcdr')
-rw-r--r--plugins/sm_cust_bindcdr/sm_cust_bindcdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c b/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
index 5ea7e653..d1634252 100644
--- a/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
+++ b/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
@@ -49,7 +49,7 @@
MODULE_TYPE_STRGEN
MODULE_TYPE_NOKEEP
-STRGEN_NAME("Custom_BindCDR")
+STRGEN_NAME("Custom_BindCDR,sql")
/* internal structures
*/