Changeset f3ca350 for protocols/msn/msn.c
- Timestamp:
- 2015-03-15T14:41:47Z (10 years ago)
- Children:
- fa8c775
- Parents:
- 2dd23da
- git-author:
- dequis <dx@…> (24-01-15 20:20:42)
- git-committer:
- dequis <dx@…> (15-03-15 14:41:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r2dd23da rf3ca350 96 96 97 97 if (md) { 98 /** Disabling MSN ft support for now.99 while( md->filetransfers ) {100 imcb_file_canceled( md->filetransfers->data, "Closing connection" );101 }102 */103 104 98 msn_ns_close(md->ns); 105 99 … … 470 464 ret->buddy_action = msn_buddy_action; 471 465 472 //ret->transfer_request = msn_ftp_transfer_request;473 474 466 register_protocol(ret); 475 467 }
Note: See TracChangeset
for help on using the changeset viewer.