X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcommon%2Fstep%2Ffilesystem%2Fstep_change_ownership_and_permission.h;h=51df3c46fe3afa66f71b9dcb25ff6e03c8713049;hb=a18ea5238ed3a1534b2e7be70a1d273f26350da2;hp=a7ee50434c1e863558c7d8c36b721e200fa0526a;hpb=9fce87fc1fb5fbd0b20b4a5c4054219ed027c83a;p=platform%2Fcore%2Fappfw%2Fapp-installers.git diff --git a/src/common/step/filesystem/step_change_ownership_and_permission.h b/src/common/step/filesystem/step_change_ownership_and_permission.h index a7ee504..51df3c4 100644 --- a/src/common/step/filesystem/step_change_ownership_and_permission.h +++ b/src/common/step/filesystem/step_change_ownership_and_permission.h @@ -31,7 +31,7 @@ class StepChangeOwnershipAndPermission : public Step { Status undo() override { return Status::OK; } Status precheck() override; - bool skip_symlink_; + bool skip_symlink_ = false; STEP_NAME(ChangeOwnershipAndPermission) };