summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-05-06 14:41:06 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-05-06 14:41:06 +0000
commite9ae9f80c3ce69f1f9cddf0117c614c040a96fd3 (patch)
tree6ab98d960bf5bc1edd803dcc8c7e0597a1375055 /usr.sbin
parent84707cdf9f3c296353ca10eeaa981ba6bc87275b (diff)
oups, spaces
Diffstat (limited to 'usr.sbin')
-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);
}