Correct a buffer size error in the STM32 ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4403 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ba73620d39
commit
750f8fa70c
@ -1982,7 +1982,7 @@ static int ftpd_stream(FAR struct ftpd_session_s *session, int cmdtype)
|
||||
if (wrbytes < 0)
|
||||
{
|
||||
errval = errno;
|
||||
ndbg("ftpd_send failed: %d\n", errval);
|
||||
ndbg("write() failed: %d\n", errval);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user