Ignore:
Timestamp:
2010-08-24T12:19:52Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b78c4b9
Parents:
9b1d2d6 (diff), bd599b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/si.c

    r9b1d2d6 rea728e6  
    262262                                break;
    263263                        }
     264                        else
     265                        {
     266                                c = c->next;
     267                        }
    264268
    265269                if ( !requestok )
     
    373377{
    374378        struct xt_node *c, *d;
    375         char *ini_jid, *tgt_jid, *iq_id, *cmp;
     379        char *ini_jid = NULL, *tgt_jid, *iq_id, *cmp;
    376380        GSList *tflist;
    377381        struct jabber_transfer *tf=NULL;
Note: See TracChangeset for help on using the changeset viewer.