diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-15 18:36:18 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-15 18:36:18 +0100 |
commit | 27db43361a3fdd3420b12aa5bf151dce4545273f (patch) | |
tree | 66aa8628b758b27a6c600270cd4060654d05f26c /irc.c | |
parent | 522a00f1b1163cedf15a86329c0097601eb7940b (diff) |
implement background keygen via child process
Diffstat (limited to 'irc.c')
-rw-r--r-- | irc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ); |