]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Rewrite hash_remove_link() to use pointer-to-pointer
authorwessels <>
Thu, 14 May 1998 03:48:26 +0000 (03:48 +0000)
committerwessels <>
Thu, 14 May 1998 03:48:26 +0000 (03:48 +0000)
src/structs.h

index 2453d1ef2057bc6fb9bc34c3dbe98aba96d59e93..bd2268d7ac3ea79a74f0cc69fbd1601d936cee96 100644 (file)
@@ -457,7 +457,7 @@ struct _hash_table {
     HASHHASH *hash;
     unsigned int size;
     unsigned int current_slot;
-    hash_link *current_ptr;
+    hash_link **Current;
     int count;
 };