From e540ccd50ee8d8b1a8e58049caa35bdb0e9da74f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 22 Jul 2019 14:27:14 +0200 Subject: Remove dead assignments --- src/omemo/omemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/omemo') diff --git a/src/omemo/omemo.c b/src/omemo/omemo.c index f82ad164..879a237a 100644 --- a/src/omemo/omemo.c +++ b/src/omemo/omemo.c @@ -389,7 +389,7 @@ omemo_start_sessions(void) { GSList *contacts = roster_get_contacts(ROSTER_ORD_NAME); if (contacts) { - GSList *curr = contacts; + GSList *curr; for (curr = contacts; curr != NULL; curr = g_slist_next(curr)){ PContact contact = curr->data; const char *jid = p_contact_barejid(contact); -- cgit 1.4.1-2-gfad0