diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-19 07:53:23 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-19 07:53:23 +0200 |
commit | e1c34e174139ad030ca1108ff9782b294909013c (patch) | |
tree | 7cedf49d554a21ea32f1153415ad4094f03c72df /plugins/sm_cust_bindcdr | |
parent | 88ff647aef4c6db3c444c6d080f9886350ca9584 (diff) | |
download | rsyslog-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.c | 2 |
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" |