refactor
This commit is contained in:
		| @@ -38,8 +38,8 @@ public: | |||||||
| private: | private: | ||||||
|   const app_config &config_; |   const app_config &config_; | ||||||
|   packet_client packet_client_; |   packet_client packet_client_; | ||||||
|   remote::user_id uid_ = 0; |   remote::user_id uid_{0}; | ||||||
|   remote::group_id gid_ = 0; |   remote::group_id gid_{0}; | ||||||
|  |  | ||||||
| public: | public: | ||||||
|   [[nodiscard]] auto check() -> packet::error_type; |   [[nodiscard]] auto check() -> packet::error_type; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user