From bd878756fc6700f47859844f9d652199fd62cea6 Mon Sep 17 00:00:00 2001
From: Sterling Hughes <sterling@bumblebury.com>
Date: Mon, 7 Jan 2002 20:55:35 +0000
Subject: [PATCH] Probably not necessary, but good practice.

---
 lib/hostip.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/hostip.c b/lib/hostip.c
index 791ee030c7..9d0013ffe7 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -89,6 +89,7 @@ void Curl_global_host_cache_dtor(void)
 {
   if (host_cache_initialized) {
     curl_hash_clean(&hostname_cache);
+    host_cache_initialized = 0;
   }
 }
 
-- 
GitLab