Skip to content

Commit

Permalink
Temporary fix to make this build with tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaakkonenJussi committed May 28, 2024
1 parent 5e3e702 commit a8f1fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions connman/src/firewall-iptables.c
Original file line number Diff line number Diff line change
Expand Up @@ -2060,10 +2060,10 @@ static int enable_general_firewall()
* since it may result in blocking all incoming traffic and the device
* is not accessible.
*/
if (err) {
//if (err) {
DBG("cannot enable general firewall, policies are not changed");
return err;
}
// return err;
//}

err = enable_general_firewall_policies(AF_INET,
general_firewall->policies);
Expand Down

0 comments on commit a8f1fbc

Please sign in to comment.