summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunmin Lee <sunm.lee@samsung.com>2016-09-21 13:29:24 +0900
committerSunmin Lee <sunm.lee@samsung.com>2016-09-21 13:40:03 +0900
commit6dd3013b130a8065333e79ce28c5c86a076b4923 (patch)
tree323814ab29dcdfc47ff372f895eea07eac1dffa9
parent6c778d157733220e7c4eaba46b5c84b8a6583314 (diff)
downloadsystem-plugin-accepted/tizen/ivi/20160923.085806.tar.gz
system-plugin-accepted/tizen/ivi/20160923.085806.tar.bz2
system-plugin-accepted/tizen/ivi/20160923.085806.zip
Change-Id: I81384cbe1ef460b92fb1931338e2b09451753951 Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
-rw-r--r--src/systemd-user-helper/systemd-user-helper.c2
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) {