]> git.ipfire.org Git - thirdparty/lxc.git/commit
af_unix: remove unlink operation
authorLong Wang <w@laoqinren.net>
Sat, 8 Jul 2017 02:29:57 +0000 (10:29 +0800)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 15 Aug 2017 22:56:18 +0000 (18:56 -0400)
commita22f697eecc9712f8a2a0c7d0b063c14c239d8c1
treedc57c4c89a59e2ff72e6f96d689e15fc70f99c24
parente0b469aa71c91417e77d1016e29d264edfb754ca
af_unix: remove unlink operation

It is not necessary to unlink the abstract socket pathname when
we have finished using the socket. The abstract name is automatically
removed when the socket is closed.

Signed-off-by: Long Wang <w@laoqinren.net>
src/lxc/af_unix.c