1
0
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:
Sebastien Helleu
2010-01-26 22:19:16 +01:00
parent fcd296d7f2
commit fb9268c01d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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)
+2
View File
@@ -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;