minor tweak

This commit is contained in:
David Rose 2002-11-25 22:37:56 +00:00
parent b0a9296e39
commit a4bf09d581

View File

@ -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);