diff options
Diffstat (limited to 'src/messages/MClientCaps.h')
-rw-r--r-- | src/messages/MClientCaps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages/MClientCaps.h b/src/messages/MClientCaps.h index 9d343a4af..96b2cb7d8 100644 --- a/src/messages/MClientCaps.h +++ b/src/messages/MClientCaps.h @@ -57,7 +57,7 @@ private: uint32_t caller_gid = 0; /* advisory CLIENT_CAPS_* flags to send to mds */ - unsigned flags = 0; + uint32_t flags = 0; std::vector<uint8_t> fscrypt_auth; std::vector<uint8_t> fscrypt_file; |