diff --git a/repertory/librepertory/include/drives/fuse/remotefuse/remote_client.hpp b/repertory/librepertory/include/drives/fuse/remotefuse/remote_client.hpp index cdafd69c..63495069 100644 --- a/repertory/librepertory/include/drives/fuse/remotefuse/remote_client.hpp +++ b/repertory/librepertory/include/drives/fuse/remotefuse/remote_client.hpp @@ -38,8 +38,8 @@ public: private: const app_config &config_; packet_client packet_client_; - remote::user_id uid_ = 0; - remote::group_id gid_ = 0; + remote::user_id uid_{0}; + remote::group_id gid_{0}; public: [[nodiscard]] auto check() -> packet::error_type;