diff options
-rw-r--r-- | ahl-binding/role.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahl-binding/role.hpp b/ahl-binding/role.hpp index 143a717..7cf0f7e 100644 --- a/ahl-binding/role.hpp +++ b/ahl-binding/role.hpp @@ -33,7 +33,7 @@ private: std::vector<interrupt_t> interrupts_; std::string device_uri_; - bool opened_; + bool opened_ = false; int apply_policy(afb_req_t req); |