aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-15 18:36:18 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-15 18:36:18 +0100
commit27db43361a3fdd3420b12aa5bf151dce4545273f (patch)
tree66aa8628b758b27a6c600270cd4060654d05f26c /irc.c
parent522a00f1b1163cedf15a86329c0097601eb7940b (diff)
implement background keygen via child process
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 );