From: Eric W. <war...@us...> - 2001-12-04 08:04:24
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv17677/src/protocols/oscar Modified Files: ft.c Log Message: libfaim sync. not that it matters at all. Index: ft.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/ft.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ft.c 2001/11/19 12:23:40 1.9 +++ ft.c 2001/12/04 08:04:21 1.10 @@ -99,7 +99,7 @@ ret = userfunc(sess, NULL, newconn, cur); #endif } else { - faimdprintf(sess, 1, "Got a Connection on a listener that's not Rendezvous.\n"); + faimdprintf(sess, 1,"Got a Connection on a listener that's not Rendezvous Closing conn.\n"); aim_conn_close(newconn); ret = -1; } |