1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:54:32 +03:00

[package] ppp: whitespace cleanup in previous commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22497 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-08-04 21:50:50 +00:00
parent da8fbc65ef
commit f785faa2ab

View File

@ -4,7 +4,7 @@
SIN_ADDR(rt.rt_genmask) = 0L;
}
+ rt.rt_dev = ifname;
+ rt.rt_dev = ifname;
rt.rt_flags = RTF_UP;
if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
if (still_ppp()) {