From 53b4f58c78e21cbc442891c2ce2a2b99a32e47bc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Dec 2017 14:24:38 +0200 Subject: Add process::pipe struct, extend process API --- libbutl/sendmail.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/sendmail.ixx') diff --git a/libbutl/sendmail.ixx b/libbutl/sendmail.ixx index 942b9a8..4fb3dac 100644 --- a/libbutl/sendmail.ixx +++ b/libbutl/sendmail.ixx @@ -60,7 +60,7 @@ LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. process& p (*this); p = process_start_callback (cmdc, - pipe.in, + pipe, 2, // No output expected so redirect to stderr. std::forward (err), "sendmail", -- cgit v1.1