summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-05-06 14:41:05 +0000
committerhenning <henning@openbsd.org>2004-05-06 14:41:05 +0000
commit35f688cb9b3653bf1350c6c1f606c5d76b58b188 (patch)
treee878baa3256b7437cd7ec4fa777ec7872222760d
parentprint Multiprotocol capabilities slightly nicer (diff)
downloadwireguard-openbsd-35f688cb9b3653bf1350c6c1f606c5d76b58b188.tar.xz
wireguard-openbsd-35f688cb9b3653bf1350c6c1f606c5d76b58b188.zip
oups, spaces
-rw-r--r--usr.sbin/bgpd/session.c4
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);
}