summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input/packet/ulogd_inppkt_ULOG.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/packet/ulogd_inppkt_ULOG.c b/input/packet/ulogd_inppkt_ULOG.c
index 86476ce..d9aa600 100644
--- a/input/packet/ulogd_inppkt_ULOG.c
+++ b/input/packet/ulogd_inppkt_ULOG.c
@@ -58,12 +58,12 @@ static struct config_keyset libulog_kset = {
static struct ulogd_key output_keys[] = {
{
.type = ULOGD_RET_STRING,
- .flags = ULOGD_RETF_FREE,
+ .flags = ULOGD_RETF_NONE,
.name = "raw.mac",
},
{
.type = ULOGD_RET_RAW,
- .flags = ULOGD_RETF_FREE,
+ .flags = ULOGD_RETF_NONE,
.name = "raw.pkt",
.ipfix = {
.vendor = IPFIX_VENDOR_NETFILTER,