diff options
| author | Roy Marples <roy@marples.name> | 2016-05-07 21:27:34 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-05-07 21:27:34 +0000 |
| commit | 0849a191c3fe8003c027caf5a20f27ce2f34b683 (patch) | |
| tree | 0d46dafc6b856360c88ee800626fe92eda078c88 /ipv6.c | |
| parent | 341465c660657f4753477290af86a386e4962c7b (diff) | |
| download | dhcpcd-0849a191c3fe8003c027caf5a20f27ce2f34b683.tar.xz | |
Whitespace.
Diffstat (limited to 'ipv6.c')
| -rw-r--r-- | ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1439,7 +1439,7 @@ ipv6_startstatic(struct interface *ifp) ia = ipv6_newaddr(ifp, &ifp->options->req_addr6, ifp->options->req_prefix_len); if (ia == NULL) - return -1; + return -1; state = IPV6_STATE(ifp); TAILQ_INSERT_TAIL(&state->addrs, ia, next); run_script = 0; |
