From 8917467d040aede6cc1eb59467bf4683cc9b5d95 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Fri, 7 Aug 2020 21:56:56 +0800 Subject: [PATCH] netutils/dhcpd: correct the member name Change-Id: I4dc6be8550a938851ae897fd93200a995e5c5178 Signed-off-by: chao.an --- netutils/dhcpd/dhcpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netutils/dhcpd/dhcpd.c b/netutils/dhcpd/dhcpd.c index a1ea1810b..13e9aee13 100644 --- a/netutils/dhcpd/dhcpd.c +++ b/netutils/dhcpd/dhcpd.c @@ -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; }