]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
NPR bug
authorwessels <>
Sun, 31 Jan 1999 22:58:54 +0000 (22:58 +0000)
committerwessels <>
Sun, 31 Jan 1999 22:58:54 +0000 (22:58 +0000)
src/gopher.cc

index 2d6a8db2bb76b49269f4558b8fa83b925badc854..9ab5b633636ad41bacc1211b42117790ef3d953d 100644 (file)
@@ -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;
     }