Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153416510
D26997.id78875.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
D26997.id78875.diff
View Options
Index: sys/netinet/in_pcb.c
===================================================================
--- sys/netinet/in_pcb.c
+++ sys/netinet/in_pcb.c
@@ -3333,7 +3333,7 @@
if (ifp->if_snd_tag_alloc == NULL) {
error = EOPNOTSUPP;
} else {
- error = ifp->if_snd_tag_alloc(ifp, ¶ms, &inp->inp_snd_tag);
+ error = ifp->if_snd_tag_alloc(ifp, ¶ms, st);
#ifdef INET
if (error == 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 1:20 AM (14 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31944287
Default Alt Text
D26997.id78875.diff (396 B)
Attached To
Mode
D26997: Store the new send tag in the right place.
Attached
Detach File
Event Timeline
Log In to Comment