mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
14 lines
431 B
C
14 lines
431 B
C
--- ./zebra/kernel_socket.c.orig 2019-09-25 23:31:33.843852000 +0200
|
|
+++ ./zebra/kernel_socket.c 2019-09-25 23:31:43.144239000 +0200
|
|
@@ -859,8 +859,8 @@
|
|
mask->sa.sa_family = dest->sa.sa_family;
|
|
|
|
/* Assert read up to the end of pointer. */
|
|
- if (pnt != end)
|
|
- zlog_warn("rtm_read() doesn't read all socket data.");
|
|
+ //if (pnt != end)
|
|
+ // zlog_warn("rtm_read() doesn't read all socket data.");
|
|
|
|
return rtm->rtm_flags;
|
|
}
|