aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/facemgr/src/api.c
diff options
context:
space:
mode:
authorJordan Augé <jordan.auge+fdio@cisco.com>2019-10-11 08:29:45 +0000
committerGerrit Code Review <gerrit@fd.io>2019-10-11 08:29:45 +0000
commit91304b8cb75df7cb516518b53e3c1156d0f27ba5 (patch)
treed5318f7166555a84f4067183e258655af64cd6d1 /ctrl/facemgr/src/api.c
parent691b16435dbc0b8e53376a62683e792d0f25cc66 (diff)
parent359a384cde480a0206d1ae45709ad1c1e7141477 (diff)
Merge "[HICN-309] [network_framework] rules are now implemented by the core"
Diffstat (limited to 'ctrl/facemgr/src/api.c')
-rw-r--r--ctrl/facemgr/src/api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctrl/facemgr/src/api.c b/ctrl/facemgr/src/api.c
index f630792c4..88595a9bc 100644
--- a/ctrl/facemgr/src/api.c
+++ b/ctrl/facemgr/src/api.c
@@ -1279,7 +1279,6 @@ facemgr_bootstrap(facemgr_t * facemgr)
#ifdef __APPLE__
network_framework_cfg_t nf_cfg = {
- .rules = &facemgr->rules,
};
rc = facemgr_create_interface(facemgr, "nf", "network_framework", &nf_cfg, &facemgr->nf);
if (rc < 0) {