Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145999838
D26997.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
D26997.diff
View Options
Index: head/sys/netinet/in_pcb.c
===================================================================
--- head/sys/netinet/in_pcb.c
+++ head/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
Fri, Feb 27, 9:48 PM (9 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29042747
Default Alt Text
D26997.diff (411 B)
Attached To
Mode
D26997: Store the new send tag in the right place.
Attached
Detach File
Event Timeline
Log In to Comment