From 44763e58231deba6784e53dab4115908cbef4608 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 22 Jan 2015 08:59:29 -0200 Subject: [PATCH] Fix typo in function name --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index cd709a9347..39c54a31ca 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1223,7 +1223,7 @@ function interface_bring_down($interface = "wan", $destroy = false, $ifacecfg = } if (!empty($track6) && is_array($track6)) { - if (!function_exists('services_dhcp_configure')) + if (!function_exists('services_dhcpd_configure')) require_once('services.inc'); /* Bring down radvd and dhcp6 on these interfaces */ services_dhcpd_configure('inet6', $track6);