[package] ppp: whitespace cleanup in previous commit
[openwrt/svn-archive/archive.git] / package / ppp / patches / 330-retain_foreign_default_routes.patch
index d60ccae50c17c049dc6d3ee74374b5cd547fd7ed..3a98b6b980392153875ac37b18bc44020fe2bed0 100644 (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()) {