ppp: whitespace cleanup in previous commit
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 4 Aug 2010 21:50:50 +0000 (21:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 4 Aug 2010 21:50:50 +0000 (21:50 +0000)
SVN-Revision: 22497

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