]> git.proxmox.com Git - mirror_lxc.git/commit
af_unix: remove unlink operation
authorLong Wang <w@laoqinren.net>
Sat, 8 Jul 2017 02:29:57 +0000 (10:29 +0800)
committerLong Wang <w@laoqinren.net>
Sat, 8 Jul 2017 02:29:57 +0000 (10:29 +0800)
commit42c6141c5a3d1ee0800a5659770159ab3055d46e
treeb2118823144dc87d8c5c2543809171939873f622
parent996b20c4e25980fb870be47f923b9922d9782977
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