aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/facemgr/src/api.c
diff options
context:
space:
mode:
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) {