mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
ftpc_transfer.c:667:15: Fix error: ‘argc’ undeclared
forget in commit efeb1d10b1
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I93a99e909dac57821366f7b522404e673fbcd9d8
This commit is contained in:
parent
aaa198f08c
commit
e71e537e24
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ void ftpc_timeout(wdparm_t arg)
|
|||
FAR struct ftpc_session_s *session = (FAR struct ftpc_session_s *)arg;
|
||||
|
||||
nerr("ERROR: Timeout!\n");
|
||||
DEBUGASSERT(argc == 1 && session);
|
||||
DEBUGASSERT(session);
|
||||
kill(session->pid, CONFIG_FTP_SIGNAL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue