aboutsummaryrefslogtreecommitdiff
path: root/butl/sendmail
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-13 21:47:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-14 20:27:39 +0300
commit4408607c51a7c6e293adae41403b21d4a2c9a429 (patch)
tree9deb147c4928e6ebd5bd873779287098217d6c7e /butl/sendmail
parentabbb859d9eefa62a5cc774bd08020bf30ad77c26 (diff)
Make sendmail ctor to close pipe's reading end explicitly
Diffstat (limited to 'butl/sendmail')
-rw-r--r--butl/sendmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/sendmail b/butl/sendmail
index 5a380e7..706f110 100644
--- a/butl/sendmail
+++ b/butl/sendmail
@@ -32,7 +32,7 @@ namespace butl
//
// sm.out << "Test body" << endl;
//
- // sm.close ();
+ // sm.out.close ();
//
// if (!sm.wait ())
// ... // sendmail returned non-zero status.