chiark / gitweb /
sd-dhcp-client: use close_nointr_nofail()
authorTom Gundersen <teg@jklm.no>
Tue, 11 Mar 2014 09:57:00 +0000 (10:57 +0100)
committerTom Gundersen <teg@jklm.no>
Tue, 11 Mar 2014 11:03:46 +0000 (12:03 +0100)
commit93570bd7ed31aad336c1a0a88ba08159c9c8e4cc
treecfdbfe291627d3ef4d36732160309aa32f035612
parentf0c4cd7a2c2835a392b5b1807d8c506ab0af44de
sd-dhcp-client: use close_nointr_nofail()

We are already assuming the close() will not fail, so make it explicit.
src/libsystemd-network/sd-dhcp-client.c