Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171475118
D6942.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D6942.diff
View Options
Index: head/sys/netpfil/pf/pf_ioctl.c
===================================================================
--- head/sys/netpfil/pf/pf_ioctl.c
+++ head/sys/netpfil/pf/pf_ioctl.c
@@ -3362,7 +3362,7 @@
LIST_FOREACH(s, &ih->states, entry) {
s->timeout = PFTM_PURGE;
/* Don't send out individual delete messages. */
- s->sync_state = PFSTATE_NOSYNC;
+ s->state_flags |= PFSTATE_NOSYNC;
pf_unlink_state(s, PF_ENTER_LOCKED);
goto relock;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 12, 8:10 AM (6 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38778779
Default Alt Text
D6942.diff (458 B)
Attached To
Mode
D6942: Use correct flag when cleaning up pfsync state
Attached
Detach File
Event Timeline
Log In to Comment