Browse Source

minor tweak

David Rose 23 years ago
parent
commit
a4bf09d581
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/downloader/httpChannel.cxx

+ 1 - 1
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);