dhcp-client: Remove useless call to timeout() from send_reliably().
authorBen Pfaff <blp@nicira.com>
Wed, 23 Feb 2011 21:09:33 +0000 (13:09 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Feb 2011 23:14:43 +0000 (15:14 -0800)
commitc7884b9fc794d067672e3195bcb784bd9fe13380
tree946e8b8de7863ec7abd2dac513c7696520f979f5
parent1611cf3f5abbff87b4443d2807b369fdd327eb49
dhcp-client: Remove useless call to timeout() from send_reliably().

timeout() has no side effects so calling it without looking at the return
value is pointless.

Coverity #10700.
lib/dhcp-client.c