Page MenuHomeFreeBSD

D23687.id68454.diff
No OneTemporary

D23687.id68454.diff

Index: head/sys/netinet/tcp_hostcache.c
===================================================================
--- head/sys/netinet/tcp_hostcache.c
+++ head/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
Fri, Jul 17, 10:42 AM (13 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35163358
Default Alt Text
D23687.id68454.diff (400 B)

Event Timeline