comparison src/protocols/oscar/ssi.c @ 4235:cba92ec56248

[gaim-migrate @ 4481] Compile warning cleanups from Mr. Walp. My cable isn't dropping packets currently--but it will. It's only a matter of time. Speaking of time... Time Warner sucks. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Jan 2003 23:58:52 +0000
parents 64d834b6caf2
children 9641bd9c79f5
comparison
equal deleted inserted replaced
4234:64d834b6caf2 4235:cba92ec56248
1129 new->name = NULL; 1129 new->name = NULL;
1130 new->gid = cur->gid; 1130 new->gid = cur->gid;
1131 new->bid = cur->bid; 1131 new->bid = cur->bid;
1132 new->type = cur->type; 1132 new->type = cur->type;
1133 new->data = aim_tlvlist_copy(cur->data); 1133 new->data = aim_tlvlist_copy(cur->data);
1134 new->next = NULL;
1134 } 1135 }
1135 new->next = NULL;
1136 1136
1137 sess->ssi.received_data = 1; 1137 sess->ssi.received_data = 1;
1138 1138
1139 if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype))) 1139 if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype)))
1140 ret = userfunc(sess, rx, fmtver, sess->ssi.numitems, sess->ssi.official, sess->ssi.timestamp); 1140 ret = userfunc(sess, rx, fmtver, sess->ssi.numitems, sess->ssi.official, sess->ssi.timestamp);