diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-13 21:47:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-14 20:27:39 +0300 |
commit | 4408607c51a7c6e293adae41403b21d4a2c9a429 (patch) | |
tree | 9deb147c4928e6ebd5bd873779287098217d6c7e /butl/base64 | |
parent | abbb859d9eefa62a5cc774bd08020bf30ad77c26 (diff) |
Make sendmail ctor to close pipe's reading end explicitly
Diffstat (limited to 'butl/base64')
-rw-r--r-- | butl/base64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/base64 b/butl/base64 index b3e335a..1ba2fa1 100644 --- a/butl/base64 +++ b/butl/base64 @@ -45,6 +45,6 @@ namespace butl LIBBUTL_EXPORT std::vector<char> base64_decode (const std::string&); -}; +} #endif // BUTL_BASE64 |