Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169436039
D50343.id155429.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
315 B
Referenced Files
None
Subscribers
None
D50343.id155429.diff
View Options
diff --git a/sys/netgraph/ng_sample.c b/sys/netgraph/ng_sample.c
--- a/sys/netgraph/ng_sample.c
+++ b/sys/netgraph/ng_sample.c
@@ -271,7 +271,7 @@
struct ngxxxstat *stats;
NG_MKRESPONSE(resp, msg, sizeof(*stats), M_NOWAIT);
- if (!resp) {
+ if (resp == NULL) {
error = ENOMEM;
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 2, 1:13 PM (7 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37961775
Default Alt Text
D50343.id155429.diff (315 B)
Attached To
Mode
D50343: ng_sample: improve styling
Attached
Detach File
Event Timeline
Log In to Comment