projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3349cf2
)
package/pptp: remove a stray bracket
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 3 May 2012 13:29:36 +0000
(13:29 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 3 May 2012 13:29:36 +0000
(13:29 +0000)
SVN-Revision: 31568
package/pptp/files/pptp.sh
patch
|
blob
|
history
diff --git
a/package/pptp/files/pptp.sh
b/package/pptp/files/pptp.sh
index b898769b660e425f37a3c9d5b5d2e7f3a74e54e4..1fb13ea7543404031d19efbcdf550277a9792a8e 100644
(file)
--- a/
package/pptp/files/pptp.sh
+++ b/
package/pptp/files/pptp.sh
@@
-43,7
+43,6
@@
setup_interface_pptp() {
ip route replace $(find_route $ip)
done
uci_toggle_state network "$config" serv_addrs "$serv_addrs"
-}
# fix up the netmask
config_get netmask "$config" netmask