From c1cc447c5d439e973f7d0915d95ad998c575eb65 Mon Sep 17 00:00:00 2001 From: gnhb Date: Mon, 7 Jun 2010 23:15:36 +0700 Subject: [PATCH] Fix up little things. --- etc/inc/interfaces.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index f01c2884f5..a40e549bb3 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1005,8 +1005,9 @@ function interface_ppps_configure($interface) { $mtus = explode(',',$ppp['mtu']); $mrus = explode(',',$ppp['mru']); - if (isset($ppp['idletimeout'])) + if (isset($ppp['mrru'])) $mrrus = explode(',',$ppp['mrru']); + // Construct the mpd.conf file $mpdconf = <<