mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-07 13:37:21 +00:00
netutils/dhcpd: correct the member name
Change-Id: I4dc6be8550a938851ae897fd93200a995e5c5178 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
6bad964016
commit
8917467d04
1 changed files with 1 additions and 1 deletions
|
|
@ -1730,7 +1730,7 @@ int dhcpd_stop(void)
|
|||
if (ret < 0)
|
||||
{
|
||||
nerr("ERROR: kill pid %d failed: %d\n",
|
||||
g_dhcpd_daemon.pid, errno);
|
||||
g_dhcpd_daemon.ds_pid, errno);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue