From 7c4f5e6464a7d9a9c48b4d6773fbb348624cc32e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 6 Jun 2017 14:05:38 +0300 Subject: Support passing environment variables to child process --- libbutl/sendmail.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/sendmail.cxx') diff --git a/libbutl/sendmail.cxx b/libbutl/sendmail.cxx index 5b1c863..abdea32 100644 --- a/libbutl/sendmail.cxx +++ b/libbutl/sendmail.cxx @@ -18,7 +18,7 @@ namespace butl if (!from.empty ()) out << "From: " << from << endl; - auto rcp =[this] (const char* h, const recipients_type& rs) + auto rcp = [this] (const char* h, const recipients_type& rs) { if (!rs.empty ()) { -- cgit v1.1