aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc.c b/irc.c
index a2bcfc59..469789e7 100644
--- a/irc.c
+++ b/irc.c
@@ -135,6 +135,8 @@ irc_t *irc_new( int fd )
irc->otr_us = otrl_userstate_create();
irc->otr_keygen = 0;
+ irc->otr_to = NULL;
+ irc->otr_from = NULL;
irc->otr_ntodo = 0;
return( irc );