Skip to content

Commit

Permalink
fixed calls
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Oct 5, 2018
1 parent 7da007d commit 79529f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/DhcpServer.pm
Expand Up @@ -1514,7 +1514,7 @@ DHCP server will not be available."));
@allowed_interfaces = split (/ /, $ifaces_list);

# if firewall is enabled
if (FirewalldWrapper->enabled?()) {
if (FirewalldWrapper->is_enabled()) {
foreach my $iface (@allowed_interfaces) {
my $iface_zone = FirewalldWrapper->zone_name_of_interface($iface);
if (defined $iface_zone) {
Expand Down

0 comments on commit 79529f5

Please sign in to comment.