summaryrefslogtreecommitdiffstats
path: root/plugin/firewall/eurephiafw.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/firewall/eurephiafw.c')
-rw-r--r--plugin/firewall/eurephiafw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/firewall/eurephiafw.c b/plugin/firewall/eurephiafw.c
index 0d2cc43..2c6755f 100644
--- a/plugin/firewall/eurephiafw.c
+++ b/plugin/firewall/eurephiafw.c
@@ -146,7 +146,6 @@ void eFW_StartFirewall(eurephiaCTX *ctx) {
shadowctx = (eurephiaCTX *) malloc_nullsafe(ctx, sizeof(eurephiaCTX)+2);
assert( shadowctx != NULL );
shadowctx->context_type = ECTX_NO_PRIVILEGES;
- shadowctx->loglevel = ctx->loglevel;
shadowctx->log = ctx->log;
(*ctx->fwcfg).thrdata.ctx = shadowctx;