]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix a typo in recent commit
authorserassio <>
Sat, 16 Sep 2006 02:40:29 +0000 (02:40 +0000)
committerserassio <>
Sat, 16 Sep 2006 02:40:29 +0000 (02:40 +0000)
src/fde.h

index 88af30e58a5cd8b854d7025bf631fc7fad2bed69..a3e0353d09304d8461c2a2d25f81ab3147c7f678 100644 (file)
--- a/src/fde.h
+++ b/src/fde.h
@@ -1,6 +1,6 @@
 
 /*
- * $Id: fde.h,v 1.11 2006/09/15 17:30:13 adrian Exp $
+ * $Id: fde.h,v 1.12 2006/09/15 20:40:29 serassio Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -95,7 +95,7 @@ public:
     void *timeout_data;
     void *lifetime_data;
     close_handler *closeHandler;        /* linked list */
-    CommWriteStateData wstate;        /* State data for comm_write */
+    CommWriteStateData *wstate;         /* State data for comm_write */
     READ_HANDLER *read_method;
     WRITE_HANDLER *write_method;
 #if USE_SSL