aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <pesco@khjk.org>2008-07-16 23:45:12 +0200
committerSven Moritz Hallberg <pesco@khjk.org>2008-07-16 23:45:12 +0200
commit9730d7250bb9e938ca00b72efdd8e8b3c03b2753 (patch)
treeb2cdeac37068db3fb6e1ed5ab9a38611b6e28ee9 /otr.c
parentb14890de5407689555b1fcc293455fb77d306afd (diff)
minor bugfixes
Diffstat (limited to 'otr.c')
-rw-r--r--otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otr.c b/otr.c
index 6451568c..18e25807 100644
--- a/otr.c
+++ b/otr.c
@@ -763,7 +763,7 @@ void cmd_otr_info(irc_t *irc, char **args)
show_general_otr_info(irc);
} else {
char *arg = g_strdup(args[1]);
- char *myhandle, *handle, *protocol;
+ char *myhandle, *handle=NULL, *protocol;
ConnContext *ctx;
/* interpret arg as 'user/protocol/account' if possible */