change "if (lp &&" to "if lp != NULL &&".
authortb <tb@openbsd.org>
Mon, 4 Dec 2017 15:00:03 +0000 (15:00 +0000)
committertb <tb@openbsd.org>
Mon, 4 Dec 2017 15:00:03 +0000 (15:00 +0000)
commit5c98ff2f0119480bbe8c636b3a2e1f2396894b9a
tree409952cd811986fb685a8e3b10e4854ecc704d0c
parent91658a7cf62454c56cfbb543da7ad68166785421
change "if (lp &&" to "if lp != NULL &&".

pointed out by krw
sbin/dhclient/dhclient.c