From: Alex Rousskov Date: Fri, 19 Sep 2008 04:12:32 +0000 (-0600) Subject: Resurrected "fde *F" in comm_close_start. I lost it when cleaning up X-Git-Tag: SQUID_3_1_0_1~49^2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86dedcc1a00161f4947f170167faba30e97b68f5;p=thirdparty%2Fsquid.git Resurrected "fde *F" in comm_close_start. I lost it when cleaning up the code because it was only used inside USE_SSL. Need to build with more things enabled... --- diff --git a/src/comm.cc b/src/comm.cc index 3652667ac4..788ef4b032 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -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);