Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103018034
D34393.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
373 B
Referenced Files
None
Subscribers
None
D34393.diff
View Options
diff --git a/sys/net/debugnet.c b/sys/net/debugnet.c
--- a/sys/net/debugnet.c
+++ b/sys/net/debugnet.c
@@ -855,6 +855,9 @@
* dn_init method is available.
*/
if (nmbuf == 0 || ncl == 0 || clsize == 0) {
+#ifndef INVARIANTS
+ if (bootverbose)
+#endif
printf("%s: Bad dn_init result from %s (ifp %p), ignoring.\n",
__func__, if_name(ifp), ifp);
return;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 9:28 PM (20 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14735478
Default Alt Text
D34393.diff (373 B)
Attached To
Mode
D34393: debugnet: remove spurious message on boot
Attached
Detach File
Event Timeline
Log In to Comment