]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
name change never noticed before
authorwessels <>
Fri, 27 Mar 1998 12:41:48 +0000 (12:41 +0000)
committerwessels <>
Fri, 27 Mar 1998 12:41:48 +0000 (12:41 +0000)
src/structs.h

index 85333a6f343d486da6b3a40507b1fd07296715b0..091ba26bff58f79e328fcba88f4e542eafe819ff 100644 (file)
@@ -1181,7 +1181,7 @@ struct _MemPool {
 struct _ClientInfo {
     /* first two items must be equivalent to hash_link in hash.h */
     char *key;
-    struct client_info *next;
+    ClientInfo *next;
     struct in_addr addr;
     struct {
        int result_hist[LOG_TYPE_MAX];