mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-26 03:09:12 +00:00
Typo
This commit is contained in:
parent
9e1becaf8a
commit
2462047128
@ -260,7 +260,7 @@ static struct tcp_operations ftp_tcp_operations = {
|
||||
|
||||
/*****************************************************************************
|
||||
*
|
||||
* FTP control channel
|
||||
* FTP data channel
|
||||
*
|
||||
*/
|
||||
|
||||
@ -315,6 +315,12 @@ static struct tcp_operations ftp_data_tcp_operations = {
|
||||
.newdata = ftp_data_newdata,
|
||||
};
|
||||
|
||||
/*****************************************************************************
|
||||
*
|
||||
* API
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Initiate an FTP connection
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user