summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2011-01-03 20:21:31 +0700
committergnhb <gnoahb@gmail.com>2011-01-03 20:21:31 +0700
commit5e1f9bb4f10094a1b12c59706429d48d62434db0 (patch)
tree9309b3c850e8daec576e878d2a5c93122618a43e /etc
parentc8d23069345a11029fe0a2dac897449b9e07f100 (diff)
downloadpfsense-5e1f9bb4f10094a1b12c59706429d48d62434db0.zip
pfsense-5e1f9bb4f10094a1b12c59706429d48d62434db0.tar.gz
Remove uncessesary function call.
This function call is extraneous. mpd will automatically shut down existing mpd processes gracefully because we call it with the "-k" command line switch. In addition, this call causes mpd to be started twice in rapid succession when users have "dial on demand" enabled. This can lead to problems with orphaned netgraph nodes which can only be cleaned up via reboot.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index d0ff066..de95433 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2459,7 +2459,6 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
case 'l2tp':
case 'pptp':
case 'ppp':
- interface_bring_down($interface, true);
break;
default:
interface_bring_down($interface);
OpenPOWER on IntegriCloud