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
@ -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…
x
Reference in New Issue
Block a user