Initialize jid
This commit is contained in:
@@ -3050,8 +3050,8 @@ cmd_blocked(ProfWin* window, const char* const command, gchar** args)
|
||||
}
|
||||
|
||||
if (strncmp(args[0], "report-", 7) == 0) {
|
||||
char *jid;
|
||||
char *msg = NULL;
|
||||
char* jid = NULL;
|
||||
char* msg = NULL;
|
||||
guint argn = g_strv_length(args);
|
||||
|
||||
if (argn >= 2) {
|
||||
|
||||
Reference in New Issue
Block a user