refactor
This commit is contained in:
parent
f490842710
commit
3e8284b851
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user