From: serassio <> Date: Sat, 16 Sep 2006 02:40:29 +0000 (+0000) Subject: Fix a typo in recent commit X-Git-Tag: SQUID_3_0_PRE5~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51026b54e81ff969395211d0bd80e5fea963550a;p=thirdparty%2Fsquid.git Fix a typo in recent commit --- diff --git a/src/fde.h b/src/fde.h index 88af30e58a..a3e0353d09 100644 --- 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