This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 8917467 netutils/dhcpd: correct the member name
8917467 is described below
commit 8917467d040aede6cc1eb59467bf4683cc9b5d95
Author: chao.an <[email protected]>
AuthorDate: Fri Aug 7 21:56:56 2020 +0800
netutils/dhcpd: correct the member name
Change-Id: I4dc6be8550a938851ae897fd93200a995e5c5178
Signed-off-by: chao.an <[email protected]>
---
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 a1ea181..13e9aee 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;
}