cvs commit: src/contrib/isc-dhcp/client dhclient.c

Martin Blapp mbr at FreeBSD.org
Sun Jan 25 03:30:51 PST 2004


mbr         2004/01/25 03:30:50 PST

  FreeBSD src repository

  Modified files:
    contrib/isc-dhcp/client dhclient.c 
  Log:
  Dhclient dumps core on suspend/resume cycles.  If the client isn't active
  then we need to go to the reboot state or in state_bound it will core on
  the de-reference of client -> active -> options since client -> active = NULL.
  
  While we are here, fix the indentation.
  
  Submitted by:   Doug Ambrisko <ambrisko at ambrisko.com>
  
  Revision  Changes    Path
  1.36      +9 -4      src/contrib/isc-dhcp/client/dhclient.c


More information about the cvs-src mailing list