Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is on) (bug #28741)
This commit is contained in:
parent
94eda3fe67
commit
765d2ee476
@ -1,9 +1,14 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
FlashCode <flashcode@flashtux.org>
|
||||
v0.3.1, 2010-01-23
|
||||
v0.3.1.1, 2010-01-27
|
||||
|
||||
|
||||
Version 0.3.1.1 (under dev!)
|
||||
--------------------------
|
||||
* irc: fix bug with SSL connection (fails sometimes when ssl_verify is on)
|
||||
(bug #28741)
|
||||
|
||||
Version 0.3.1 (2010-01-23)
|
||||
--------------------------
|
||||
|
||||
|
@ -2238,6 +2238,8 @@ irc_server_gnutls_callback (void *data, gnutls_session_t tls_session,
|
||||
(void) nreq;
|
||||
(void) pk_algos;
|
||||
(void) pk_algos_len;
|
||||
|
||||
rc = 0;
|
||||
|
||||
if (!data)
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user