From eb0714d7be4f57b92231fcc1b0798c7fe644c000 Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Sat, 22 Mar 2008 15:19:33 +0100 Subject: silence a warning --- otr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3