artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d200470
)
Forgot one IBUF_READ_SIZE to READ_BUF_SIZE change.
author
claudio
<claudio@openbsd.org>
Tue, 19 Jan 2021 10:30:00 +0000
(10:30 +0000)
committer
claudio
<claudio@openbsd.org>
Tue, 19 Jan 2021 10:30:00 +0000
(10:30 +0000)
usr.sbin/ripd/packet.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ripd/packet.c
b/usr.sbin/ripd/packet.c
index
87afdf8
..
4a8b42f
100644
(file)
--- a/
usr.sbin/ripd/packet.c
+++ b/
usr.sbin/ripd/packet.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: packet.c,v 1.1
5 2021/01/19 10:28:07
claudio Exp $ */
+/* $OpenBSD: packet.c,v 1.1
6 2021/01/19 10:30:00
claudio Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@
-107,7
+107,7
@@
recv_packet(int fd, short event, void *bula)
bzero(&msg, sizeof(msg));
iov.iov_base = buf;
- iov.iov_len =
IBUF_READ
_SIZE;
+ iov.iov_len =
READ_BUF
_SIZE;
msg.msg_name = &src;
msg.msg_namelen = sizeof(src);
msg.msg_iov = &iov;