Page MenuHomeFreeBSD

D23687.id68442.diff
No OneTemporary

D23687.id68442.diff

Index: sys/netinet/tcp_hostcache.c
===================================================================
--- sys/netinet/tcp_hostcache.c
+++ sys/netinet/tcp_hostcache.c
@@ -437,8 +437,10 @@
{
struct hc_metrics *hc_entry;
- if (!V_tcp_use_hostcache)
+ if (!V_tcp_use_hostcache) {
+ bzero(hc_metrics_lite, sizeof(*hc_metrics_lite));
return;
+ }
/*
* Find the right bucket.

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 21, 7:39 AM (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27109645
Default Alt Text
D23687.id68442.diff (385 B)

Event Timeline