diff --git a/adb/file_sync_service.cpp b/adb/file_sync_service.cpp index 85170ad51..fb49f5e63 100644 --- a/adb/file_sync_service.cpp +++ b/adb/file_sync_service.cpp @@ -305,7 +305,7 @@ static bool do_send(int s, const std::string& spec, std::vector& buffer) { gid_t gid = -1; uint64_t cap = 0; if (should_use_fs_config(path)) { - unsigned int broken_api_hack; + unsigned int broken_api_hack = mode; fs_config(path.c_str(), 0, nullptr, &uid, &gid, &broken_api_hack, &cap); mode = broken_api_hack; }