mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1434822 part 1: Disable COM ping functionality for our parent process instead of for external processes. r=aklotz
MozReview-Commit-ID: 2ayfzIxh8Lo --HG-- extra : rebase_source : 2ff14410152493c5bcaa4f0e34aa0a67d66a78ed
This commit is contained in:
parent
fdf11165d8
commit
5f27445039
@ -103,7 +103,7 @@ FastMarshaler::GetMarshalFlags(DWORD aDestContext, DWORD aMshlFlags)
|
||||
return aMshlFlags;
|
||||
}
|
||||
|
||||
if (!IsCallerExternalProcess()) {
|
||||
if (IsCallerExternalProcess()) {
|
||||
return aMshlFlags;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user