--- fwsync/driver/fwsync.c 2022/06/22 13:01:55 1.1 +++ fwsync/driver/fwsync.c 2022/06/29 19:44:58 1.2 @@ -285,8 +285,6 @@ fwsync_start(struct ip_fw_chain *ch, ip_fw3_opheader * fws_ctx.config |= CTX_COLLECTOR_2_ONLINE; } - /* at last but not at least, activate config status of started sync service */ - fws_cfg.cfg.on |= *n; return 0; } @@ -328,7 +326,5 @@ fwsync_stop(struct ip_fw_chain *ch, ip_fw3_opheader *o ipfw_unregister_alias_hook(); } - /* at last but not at least, stop sync service */ - fws_cfg.cfg.on &= ~*n; return 0; }