From: Francesco Chemolli Date: Sat, 3 Jan 2015 20:55:21 +0000 (+0100) Subject: Fix typo on commStartSslClose X-Git-Tag: merge-candidate-3-v1~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16db2ce1788b2df45c66351c29caeb87475a157e;p=thirdparty%2Fsquid.git Fix typo on commStartSslClose --- diff --git a/src/comm.cc b/src/comm.cc index c362d9f437..debed33ac7 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -819,7 +819,7 @@ old_comm_reset_close(int fd) void commStartSslClose(const FdeCbParams ¶ms) { - assert(&fd_table[params.fd].ssl); + assert(fd_table[params.fd].ssl != NULL); ssl_shutdown_method(fd_table[params.fd].ssl); } #endif