comparison src/protocols/yahoo/yahoo.c @ 7010:eb3ed649252e

[gaim-migrate @ 7573] This is more better. Thanks, marv. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 29 Sep 2003 07:39:10 +0000
parents b11b2880bafd
children 859cafb6433f
comparison
equal deleted inserted replaced
7009:d77e99c55b40 7010:eb3ed649252e
1367 static void yahoo_process_auth(GaimConnection *gc, struct yahoo_packet *pkt) 1367 static void yahoo_process_auth(GaimConnection *gc, struct yahoo_packet *pkt)
1368 { 1368 {
1369 char *seed = NULL; 1369 char *seed = NULL;
1370 char *sn = NULL; 1370 char *sn = NULL;
1371 GSList *l = pkt->hash; 1371 GSList *l = pkt->hash;
1372 int m = 1; 1372 int m = 0;
1373 1373
1374 1374
1375 while (l) { 1375 while (l) {
1376 struct yahoo_pair *pair = l->data; 1376 struct yahoo_pair *pair = l->data;
1377 if (pair->key == 94) 1377 if (pair->key == 94)