]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
White space.
authorRoy Marples <roy@marples.name>
Thu, 26 Mar 2015 21:40:42 +0000 (21:40 +0000)
committerRoy Marples <roy@marples.name>
Thu, 26 Mar 2015 21:40:42 +0000 (21:40 +0000)
ipv4.c

diff --git a/ipv4.c b/ipv4.c
index e0b2169f3f6f76318683441ca76c25d36eebe418..774029dcda24b672a652e85c48b0acbeb0b20226 100644 (file)
--- a/ipv4.c
+++ b/ipv4.c
@@ -336,7 +336,7 @@ ipv4_handlert(struct dhcpcd_ctx *ctx, int cmd, struct rt *rt)
         * We need to emulate that */
        if (rt->gate.s_addr == INADDR_ANY &&
            rt->net.s_addr == INADDR_BROADCAST)
-               rt->gate = rt->dest;
+               rt->gate = rt->dest;
 
        f = ipv4_findrt(ctx, rt, 1);
        switch (cmd) {