| Index: sandbox/win/src/handle_interception.cc
|
| diff --git a/sandbox/win/src/handle_interception.cc b/sandbox/win/src/handle_interception.cc
|
| index af0bebca0451da0bb952a9c1a72cf595905245dc..a0df8d653d40d9facfb6e54d29a50bb722464f31 100644
|
| --- a/sandbox/win/src/handle_interception.cc
|
| +++ b/sandbox/win/src/handle_interception.cc
|
| @@ -33,7 +33,7 @@ ResultCode DuplicateHandleProxy(HANDLE source_handle,
|
| return code;
|
|
|
| if (answer.win32_result) {
|
| - ::SetLastError(answer.nt_status);
|
| + ::SetLastError(answer.win32_result);
|
| return SBOX_ERROR_GENERIC;
|
| }
|
|
|
|
|