diff --git a/repertory/librepertory/include/drives/remote/remote_server_base.hpp b/repertory/librepertory/include/drives/remote/remote_server_base.hpp index 23817d4a..fea6fbfc 100644 --- a/repertory/librepertory/include/drives/remote/remote_server_base.hpp +++ b/repertory/librepertory/include/drives/remote/remote_server_base.hpp @@ -1338,7 +1338,7 @@ public: [this](std::uint32_t, const std::string &client_id, std::uint64_t, const std::string &, packet *request, packet &) -> packet::error_type { - std::uint32_t ret{0}; + std::int32_t ret{0}; std::string path; DECODE_OR_RETURN(request, path);