mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is on) (bug #28741)
This commit is contained in:
@@ -9,6 +9,8 @@ Version 0.3.2 (under dev!)
|
||||
* core: add signal "day_changed"
|
||||
* api: add missing infos in functions buffer_get_integer / buffer_get_string
|
||||
and in buffer infolist
|
||||
* irc: fix bug with SSL connection (fails sometimes when ssl_verify is on)
|
||||
(bug #28741)
|
||||
* irc: add options irc.look.smart_filter_join and irc.look.smart_filter_quit
|
||||
* logger: allow date format in logger options path and mask (task #9430)
|
||||
|
||||
|
||||
@@ -2239,6 +2239,8 @@ irc_server_gnutls_callback (void *data, gnutls_session_t tls_session,
|
||||
(void) pk_algos;
|
||||
(void) pk_algos_len;
|
||||
|
||||
rc = 0;
|
||||
|
||||
if (!data)
|
||||
return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user