diff options
-rw-r--r-- | src/systemd-user-helper/systemd-user-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-user-helper/systemd-user-helper.c b/src/systemd-user-helper/systemd-user-helper.c index 2bffce6..a5e22e0 100644 --- a/src/systemd-user-helper/systemd-user-helper.c +++ b/src/systemd-user-helper/systemd-user-helper.c @@ -186,7 +186,7 @@ int main(int argc, char *argv[]) } /* If container supports below funcs, below line should be enabled. */ - /* support_container = (access(CONTAINER_LIB, F_OK) == 0) ? 1 : 0; */ + support_container = (access(CONTAINER_LIB, F_OK) == 0) ? 1 : 0; if (support_container) { r = container_preprocess(argv[1]); if (r < 0) { |