af-packet: be sure to nullify option if not set

pull/3952/head
Eric Leblond 7 years ago committed by Victor Julien
parent 36c6a62954
commit eff56acca5

@ -402,6 +402,8 @@ static void *ParseAFPConfig(const char *iface)
} else {
aconf->ebpf_t_config.pinned_maps_name = NULL;
}
} else {
aconf->ebpf_t_config.pinned_maps_name = NULL;
}
#endif

Loading…
Cancel
Save