From: wessels <> Date: Sun, 31 Jan 1999 22:58:54 +0000 (+0000) Subject: NPR bug X-Git-Tag: SQUID_3_0_PRE1~2313 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1acb0b5fad4dd084d44211079471a796080b28e5;p=thirdparty%2Fsquid.git NPR bug --- diff --git a/src/gopher.cc b/src/gopher.cc index 2d6a8db2bb..9ab5b63363 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -1,7 +1,7 @@ /* - * $Id: gopher.cc,v 1.149 1999/01/24 02:26:24 wessels Exp $ + * $Id: gopher.cc,v 1.150 1999/01/31 15:58:54 wessels Exp $ * * DEBUG: section 10 Gopher * AUTHOR: Harvest Derived @@ -802,7 +802,7 @@ gopherStart(FwdState * fwdState) } } gopherToHTML(gopherState, (char *) NULL, 0); - fwdComplete(gopherState->fwdState); + fwdComplete(fwdState); comm_close(fd); return; }