netutils/dhcpd: correct the member name

Change-Id: I4dc6be8550a938851ae897fd93200a995e5c5178
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2020-08-07 21:56:56 +08:00 committed by Xiang Xiao
parent 6bad964016
commit 8917467d04

View File

@ -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;
}