From: Jo-Philipp Wich Date: Thu, 7 May 2009 12:48:51 +0000 (+0000) Subject: Fix typo in r15659 X-Git-Tag: 8.09.1~77 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e406de0c753f5b764a8155d1da670f6d0a519113;p=openwrt%2Fsvn-archive%2Fopenwrt.git Fix typo in r15659 SVN-Revision: 15668 --- diff --git a/package/pptp/files/pptp.sh b/package/pptp/files/pptp.sh index 648e0326bc..e38c24200d 100644 --- a/package/pptp/files/pptp.sh +++ b/package/pptp/files/pptp.sh @@ -36,7 +36,7 @@ setup_interface_pptp() { config_get ifname "$config" ifname uci_set_state network "$config" ifname "$ifname" - config_get mtu "$configg" mtu + config_get mtu "$config" mtu mtu=${mtu:-1452} start_pppd "$config" \ pty "/usr/sbin/pptp $server --loglevel 0 --nolaunchpppd" \