From c8e4ecc89cef134194ca8dab6ea530c2704992bd Mon Sep 17 00:00:00 2001 From: klemens-morgenstern Date: Mon, 26 Sep 2016 10:55:24 +0200 Subject: [PATCH] fixed typo --- include/boost/process/detail/windows/async_pipe.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/process/detail/windows/async_pipe.hpp b/include/boost/process/detail/windows/async_pipe.hpp index a24969f9..832718e0 100644 --- a/include/boost/process/detail/windows/async_pipe.hpp +++ b/include/boost/process/detail/windows/async_pipe.hpp @@ -88,7 +88,7 @@ public: if (_source.is_open()) { _source.close(); - _sink.assign(::boost::detail::winapi::INVALID_HANDLE_VALUE_); + _source.assign(::boost::detail::winapi::INVALID_HANDLE_VALUE_); } } void close(boost::system::error_code & ec)