mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
ftpd: Fix set but not used warning
This commit is contained in:
@@ -579,7 +579,6 @@ send_reply(FTPD_SessionInfo_t *info, int code, const char *text)
|
|||||||
static void
|
static void
|
||||||
set_socket_timeout(int s, int seconds)
|
set_socket_timeout(int s, int seconds)
|
||||||
{
|
{
|
||||||
int res = 0;
|
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
int len = sizeof(tv);
|
int len = sizeof(tv);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user