diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-19 01:15:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-19 01:15:48 +0000 |
commit | ec1fb2912679b6814d9648c48a253a21b64a17da (patch) | |
tree | 20ef8e8dc4b1bf9b4a5744d6ff23f2cfafccb6ae /usr.sbin/bgpd/session.c | |
parent | 7f7182b97c1a62bb6ba9ded47fa72f576864ae6c (diff) |
knf & 64-bit cleanup; henning ok
Diffstat (limited to 'usr.sbin/bgpd/session.c')
-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 105ed4e44a1..457a0ded25a 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.4 2003/12/18 18:56:23 henning Exp $ */ +/* $OpenBSD: session.c,v 1.5 2003/12/19 01:15:47 deraadt Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -955,7 +955,7 @@ session_dispatch_msg(struct pollfd *pfd, struct peer *peer) session_notification(peer, ERR_HEADER, ERR_HDR_TYPE, (u_char *)&peer->rbuf->type, - 1); + 1); logit(LOG_CRIT, "received message with " "unknown type %u", |