dhclient: Fix a busy loop
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Thu, 20 Nov 2014 19:55:32 +0000 (19:55 +0000)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Thu, 20 Nov 2014 19:55:32 +0000 (19:55 +0000)
commitd99acfb3025b6646178c37f8ee3dee8e2af162a1
tree0d05333841e6d24459919dde1b50d13f3fb16b1c
parent09f289bbaeae7ffae2094486944a97a562a8b85f
dhclient: Fix a busy loop

The ifi->linkstat variable seemed to be not updated after the poll
returns in dispatch.c. This might only be a hack, but it makes the
busylooping go away.
sbin/dhclient/dispatch.c