commit | 37c6e50c355926033e5bb39d42ecb221da17d033 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Aug 14 02:08:11 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Aug 14 02:10:39 2012 +0400 |
tree | 8042d29b24eb6d6cf6b3d71301b1185a6b3eb48b | |
parent | 53ccaa490cfac7b751f67c676745a3ed2ac9a29e [diff] |
Supply errno to logger() if setns() failed setns() sets errno to an appropriate value if it fails. Make sure logger() uses this info. This is an addition to commit fc0131a1. Signed-off-by: Kir Kolyshkin <kir@openvz.org>