diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2008-03-22 15:19:33 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2008-03-22 15:19:33 +0100 |
commit | eb0714d7be4f57b92231fcc1b0798c7fe644c000 (patch) | |
tree | b2cdeac37068db3fb6e1ed5ab9a38611b6e28ee9 | |
parent | 0cf867b8fbeb33e1841136a23297337f937da790 (diff) |
silence a warning
-rw-r--r-- | otr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |