diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2012-09-17 13:49:28 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2012-09-17 13:49:28 +0000 |
commit | 1db3700bcde8f3c76c7256f4132dbf19933bc952 (patch) | |
tree | 414811ff503605adc398456259ee11e156e0d917 /usr.sbin/ospf6d/kroute.c | |
parent | b60cbd1147c90f7667644e4c3cc66939552d81cc (diff) |
Fix trailing whitespaces.
Diffstat (limited to 'usr.sbin/ospf6d/kroute.c')
-rw-r--r-- | usr.sbin/ospf6d/kroute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/kroute.c b/usr.sbin/ospf6d/kroute.c index da76b5ab88c..9800ab2171e 100644 --- a/usr.sbin/ospf6d/kroute.c +++ b/usr.sbin/ospf6d/kroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kroute.c,v 1.36 2011/07/07 18:39:11 claudio Exp $ */ +/* $OpenBSD: kroute.c,v 1.37 2012/09/17 13:49:27 bluhm Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -1075,7 +1075,7 @@ send_rtmsg(int fd, int action, struct kroute *kroute) bzero(&ifp, sizeof(ifp)); ifp.addr.sdl_len = sizeof(struct sockaddr_dl); ifp.addr.sdl_family = AF_LINK; - + ifp.addr.sdl_index = kroute->ifindex; /* adjust header */ hdr.rtm_flags |= RTF_CLONING; |