mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
minor tweak
This commit is contained in:
parent
b0a9296e39
commit
a4bf09d581
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user