aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-03-31 01:51:15 +0000
committerBrian Somers <brian@FreeBSD.org>2002-03-31 01:51:15 +0000
commit3089715715ad27398bc5aee7ad552ee8766cbf1e (patch)
treeb5cb5d155b06e779fbf63cbc632d47d3f5e52e43 /usr.sbin
parent25f2690c3248fe216b6ce6e11e53808433daa308 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c
index 64540586b7d9..a75cabda6200 100644
--- a/usr.sbin/ppp/route.c
+++ b/usr.sbin/ppp/route.c
@@ -317,7 +317,7 @@ route_ParseHdr(struct rt_msghdr *rtm, struct sockaddr *sa[RTAX_MAX])
if (rtm->rtm_addrs & (1 << rtax)) {
sa[rtax] = (struct sockaddr *)wp;
wp += ROUNDUP(sa[rtax]->sa_len);
- if (sa[rtax]->sa_family == 0)
+ if (sa[rtax]->sa_family == 0)
sa[rtax] = NULL; /* ??? */
} else
sa[rtax] = NULL;