mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 17:41:18 +03:00
Typo
This commit is contained in:
@@ -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,
|
.newdata = ftp_data_newdata,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*****************************************************************************
|
||||||
|
*
|
||||||
|
* API
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initiate an FTP connection
|
* Initiate an FTP connection
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user