]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Resurrected "fde *F" in comm_close_start. I lost it when cleaning up
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 19 Sep 2008 04:12:32 +0000 (22:12 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 19 Sep 2008 04:12:32 +0000 (22:12 -0600)
the code because it was only used inside USE_SSL. Need to build with
more things enabled...

src/comm.cc

index 3652667ac4310d36e5da7435099c712f33078566..788ef4b03290fd922337f15d4eaeb69370eabde4 100644 (file)
@@ -1515,7 +1515,7 @@ void
 comm_close_start(int fd, void *data)
 {
 #if USE_SSL
-
+    fde *F = &fd_table[fd];
     if (F->ssl)
         ssl_shutdown_method(fd);