summaryrefslogtreecommitdiff
path: root/src/core/servers-reconnect.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-08-26 19:32:15 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-08-26 19:32:15 +0000
commit1539cf81f3642c5afd1267b3adc4fc2d46308ceb (patch)
tree9e2fbd8c9d66bb9efb11c50bfdcd04c79873771b /src/core/servers-reconnect.c
parent13effe87e4d81f4b66b0b9759cf09bab7b631fcb (diff)
downloadirssi-1539cf81f3642c5afd1267b3adc4fc2d46308ceb.zip
Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after
using /SERVER ADD -ircnet. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2890 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/servers-reconnect.c')
-rw-r--r--src/core/servers-reconnect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/servers-reconnect.c b/src/core/servers-reconnect.c
index 93067b2b..eee3e843 100644
--- a/src/core/servers-reconnect.c
+++ b/src/core/servers-reconnect.c
@@ -164,6 +164,8 @@ server_connect_copy_skeleton(SERVER_CONNECT_REC *src, int connect_info)
dest->away_reason = g_strdup(src->away_reason);
dest->no_autojoin_channels = src->no_autojoin_channels;
+ dest->use_ssl = src->use_ssl;
+
return dest;
}