projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c371bf
)
fix double g typo
author
Florian Fainelli
<florian@openwrt.org>
Sun, 15 Mar 2009 13:40:11 +0000
(13:40 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 15 Mar 2009 13:40:11 +0000
(13:40 +0000)
SVN-Revision: 14887
package/pptp/files/pptp.sh
patch
|
blob
|
history
diff --git
a/package/pptp/files/pptp.sh
b/package/pptp/files/pptp.sh
index 648e0326bc2d98c0fe7cd0e1b1b4d12753b86b92..e38c24200dd7bae5d427bdc39e3603e27286244e 100644
(file)
--- 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 "$config
g
" mtu
+ config_get mtu "$config" mtu
mtu=${mtu:-1452}
start_pppd "$config" \
pty "/usr/sbin/pptp $server --loglevel 0 --nolaunchpppd" \