fix double g typo
authorFlorian Fainelli <florian@openwrt.org>
Sun, 15 Mar 2009 13:40:11 +0000 (13:40 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 15 Mar 2009 13:40:11 +0000 (13:40 +0000)
SVN-Revision: 14887

package/pptp/files/pptp.sh

index 648e0326bc2d98c0fe7cd0e1b1b4d12753b86b92..e38c24200dd7bae5d427bdc39e3603e27286244e 100644 (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" \