chiark / gitweb /
sd-dhcp6-client: Initialize fd to -1 and rename function
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Jun 2014 13:08:37 +0000 (09:08 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Jun 2014 13:09:56 +0000 (09:09 -0400)
commitc806ffb9592fa9a2b13a1f9f9be4c77cd5b211aa
tree1cd4f49c677f95516ae242a40b6755d0b0dd45ba
parent08d555f347f154d08520a117b9769975cf302e38
sd-dhcp6-client: Initialize fd to -1 and rename function

client_initialize name is misleading, since the function is actually
useful at the *end*, to reinitialize the object. But reset is shorter,
so rename it to client_reset.
src/libsystemd-network/sd-dhcp6-client.c