ppp: whitespace cleanup in previous commit
SVN-Revision: 22497
This commit is contained in:
parent
815b18051b
commit
187ec5ae19
|
@ -4,7 +4,7 @@
|
||||||
SIN_ADDR(rt.rt_genmask) = 0L;
|
SIN_ADDR(rt.rt_genmask) = 0L;
|
||||||
}
|
}
|
||||||
|
|
||||||
+ rt.rt_dev = ifname;
|
+ rt.rt_dev = ifname;
|
||||||
rt.rt_flags = RTF_UP;
|
rt.rt_flags = RTF_UP;
|
||||||
if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
|
if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
|
||||||
if (still_ppp()) {
|
if (still_ppp()) {
|
||||||
|
|
Loading…
Reference in New Issue