--- a/src/protocols/oscar/ft.c Wed May 26 03:28:36 2004 +0000 +++ b/src/protocols/oscar/ft.c Wed May 26 04:55:10 2004 +0000 @@ -423,10 +423,6 @@ if (!conn || !conn->internal) return NULL; - if ((conn->type != AIM_CONN_TYPE_RENDEZVOUS) || - (conn->subtype != AIM_CONN_SUBTYPE_OFT_DIRECTIM)) - return NULL; - intdata = (struct aim_odc_intdata *)conn->internal; return intdata->cookie;