diff options
author | 2005-11-12 18:18:24 +0000 | |
---|---|---|
committer | 2005-11-12 18:18:24 +0000 | |
commit | 655c49e1bd7ff1351fadbeb6d2e2d95aaafdfeab (patch) | |
tree | 615941c1cc28e3cac6a948abd9bf349df14f06eb /usr.sbin/ospfd/lsupdate.c | |
parent | permit TO/FROM to be swapped (symmetry is good); ok hshoexermk (diff) | |
download | wireguard-openbsd-655c49e1bd7ff1351fadbeb6d2e2d95aaafdfeab.tar.xz wireguard-openbsd-655c49e1bd7ff1351fadbeb6d2e2d95aaafdfeab.zip |
spacing mostly
Diffstat (limited to 'usr.sbin/ospfd/lsupdate.c')
-rw-r--r-- | usr.sbin/ospfd/lsupdate.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/lsupdate.c b/usr.sbin/ospfd/lsupdate.c index 3cbba9d5e86..9dbeacd3848 100644 --- a/usr.sbin/ospfd/lsupdate.c +++ b/usr.sbin/ospfd/lsupdate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsupdate.c,v 1.20 2005/10/21 11:53:27 claudio Exp $ */ +/* $OpenBSD: lsupdate.c,v 1.21 2005/11/12 18:18:24 deraadt Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -250,8 +250,6 @@ recv_ls_update(struct nbr *nbr, char *buf, u_int16_t len) default: fatalx("recv_ls_update: unknown neighbor state"); } - - return; } /* link state retransmit list */ |