Page MenuHomeFreeBSD

D26997.diff
No OneTemporary

D26997.diff

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, &params, &inp->inp_snd_tag);
+ error = ifp->if_snd_tag_alloc(ifp, &params, st);
#ifdef INET
if (error == 0) {

File Metadata

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)

Event Timeline