From: Eric W. <war...@us...> - 2001-11-27 23:55:54
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv22151/protocols/yahoo Modified Files: yahoo.c Log Message: whoops :) Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- yahoo.c 2001/11/27 22:46:03 1.19 +++ yahoo.c 2001/11/27 23:55:50 1.20 @@ -386,6 +386,7 @@ if (pkt->service == YAHOO_SERVICE_LOGOFF || strtol(pair->value, NULL, 10) == 0) { serv_got_update(gc, name, 0, 0, 0, 0, 0, 0); + break; } if (state == YAHOO_STATUS_AVAILABLE) serv_got_update(gc, name, 1, 0, 0, 0, 0, 0); |