fix double g typo

SVN-Revision: 14887
This commit is contained in:
Florian Fainelli 2009-03-15 13:40:11 +00:00
parent 4c371bff3a
commit 43fa2310f3

View file

@ -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" \