2
0
Эх сурвалжийг харах

ppp: whitespace cleanup in previous commit

SVN-Revision: 22497
Jo-Philipp Wich 15 жил өмнө
parent
commit
187ec5ae19

+ 1 - 1
package/ppp/patches/330-retain_foreign_default_routes.patch

@@ -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()) {