From a4bf09d5818e13d5605b7cf89e531029df89ade7 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 25 Nov 2002 22:37:56 +0000 Subject: [PATCH] minor tweak --- panda/src/downloader/httpChannel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/downloader/httpChannel.cxx b/panda/src/downloader/httpChannel.cxx index 8847b4c09b..0ce1183a5d 100644 --- a/panda/src/downloader/httpChannel.cxx +++ b/panda/src/downloader/httpChannel.cxx @@ -889,7 +889,7 @@ run_ssl_handshake() { SSL *ssl; BIO_get_ssl(_sbio, &ssl); - nassertr(ssl != (SSL *)NULL, NULL); + nassertr(ssl != (SSL *)NULL, false); if (!_nonblocking) { SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);