summaryrefslogtreecommitdiffstats
path: root/plugins/sm_cust_bindcdr
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 07:53:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 07:53:23 +0200
commite1c34e174139ad030ca1108ff9782b294909013c (patch)
tree7cedf49d554a21ea32f1153415ad4094f03c72df /plugins/sm_cust_bindcdr
parent88ff647aef4c6db3c444c6d080f9886350ca9584 (diff)
downloadrsyslog-e1c34e174139ad030ca1108ff9782b294909013c.tar.gz
rsyslog-e1c34e174139ad030ca1108ff9782b294909013c.tar.xz
rsyslog-e1c34e174139ad030ca1108ff9782b294909013c.zip
renamed conf.c to legacyconf.c to make room for new config system
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 0fa1a4c4..b55cec48 100644
--- a/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
+++ b/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
@@ -41,7 +41,7 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
-#include "conf.h"
+#include "legacyconf.h"
#include "syslogd-types.h"
#include "cfsysline.h"
#include "template.h"