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