af-packet: minor config parsing cleanup

pull/6600/head
Victor Julien 4 years ago
parent be122ceb8f
commit 6eaaafc360

@ -261,7 +261,6 @@ static void *ParseAFPConfig(const char *iface)
}
}
aconf->copy_mode = AFP_COPY_MODE_NONE;
if (ConfGetChildValueWithDefault(if_root, if_default, "copy-mode", &copymodestr) == 1) {
if (aconf->out_iface == NULL) {
SCLogInfo("Copy mode activated but no destination"

Loading…
Cancel
Save