diff options
author | 2004-05-06 14:41:05 +0000 | |
---|---|---|
committer | 2004-05-06 14:41:05 +0000 | |
commit | 35f688cb9b3653bf1350c6c1f606c5d76b58b188 (patch) | |
tree | e878baa3256b7437cd7ec4fa777ec7872222760d | |
parent | print Multiprotocol capabilities slightly nicer (diff) | |
download | wireguard-openbsd-35f688cb9b3653bf1350c6c1f606c5d76b58b188.tar.xz wireguard-openbsd-35f688cb9b3653bf1350c6c1f606c5d76b58b188.zip |
oups, spaces
-rw-r--r-- | usr.sbin/bgpd/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c index b94b46f9550..8438bab4516 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.167 2004/05/06 14:07:43 henning Exp $ */ +/* $OpenBSD: session.c,v 1.168 2004/05/06 14:41:05 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -939,7 +939,7 @@ session_setup_socket(struct peer *p) while (setsockopt(p->fd, SOL_SOCKET, SO_SNDBUF, &bsize, sizeof(bsize)) == -1) bsize /= 2; - } + } return (0); } |