resolved conflicts for merge of 068ee4d0 to mnc-dr-dev-plus-aosp

Change-Id: Ie7b2673e24ce4880c20112d64164cec228ca5755
This commit is contained in:
Elliott Hughes 2015-08-25 11:26:40 -07:00
commit 78664c93e6

View file

@ -305,7 +305,7 @@ static bool do_send(int s, const std::string& spec, std::vector<char>& 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;
}