summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-22 11:32:26 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-22 11:32:26 +0200
commitca377701e0200a0766abe3bb33f4cab3ccaad451 (patch)
tree3515831950fd21bf66ad898cc4d1a9fa56f7e7e8 /runtime/rsconf.c
parent8ad3716cb230d0c13b6ed6f98a96939c69987509 (diff)
downloadrsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.tar.gz
rsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.tar.xz
rsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.zip
milestone: all syntaxes for new config handler implemented
so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index c4a0ed51..20c3b4f0 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -430,7 +430,6 @@ void cnfDoCfsysline(char *ln)
DBGPRINTF("cnf:global:cfsysline: %s\n", ln);
/* the legacy system needs the "$" stripped */
conf.cfsysline((uchar*) ln+1);
- free(ln); /* cfsysline is just a simple string */
}
void cnfDoBSDTag(char *ln)