From: Rob F. <rob...@us...> - 2002-01-30 13:41:23
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv7648 Modified Files: oscar.c Log Message: Wow, that was pretty sad.. :-P Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- oscar.c 2002/01/30 04:52:00 1.92 +++ oscar.c 2002/01/30 13:41:19 1.93 @@ -1214,7 +1214,7 @@ struct gaim_connection *gc = d->gc; struct oscar_data *od = (struct oscar_data *)gc->proto_data; struct direct_im *dim; - char *host; int port = FAIM_LOGIN_PORT; + char *host; int port = 4443; int i; debug_printf("Accepted DirectIM.\n"); |