Skip to content
  • Dan Williams's avatar
    dhcp: fix killing wrong process ID on dhclient release · 2bd5cf51
    Dan Williams authored
    The prototype of dhclient_start() changed in 30cdd124 but that
    commit didn't update stop() correctly.  Clearly treating a gboolean
    as pid_t isn't going to work.  Second, we don't want to watch the
    child process on DHCP release because we're just going to kill it
    shortly after.
    2bd5cf51