diff options
Diffstat (limited to 'butl/sendmail')
-rw-r--r-- | butl/sendmail | 2 |
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. |