aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorvincent-richard <[email protected]>2020-09-02 17:24:11 +0000
committervincent-richard <[email protected]>2020-09-02 17:24:11 +0000
commite25751cc0d18892d70669c2632cbc222d0cb6880 (patch)
tree9b731a576833cdb216af8fcdcf34c63361016f45 /src
parentMerge pull request #240 from josusky/master (diff)
downloadvmime-e25751cc0d18892d70669c2632cbc222d0cb6880.tar.gz
vmime-e25751cc0d18892d70669c2632cbc222d0cb6880.zip
Fixed missing default argument.
Diffstat (limited to 'src')
-rw-r--r--src/vmime/net/sendmail/sendmailTransport.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime/net/sendmail/sendmailTransport.hpp b/src/vmime/net/sendmail/sendmailTransport.hpp
index 56e11d7c..ce2cfe99 100644
--- a/src/vmime/net/sendmail/sendmailTransport.hpp
+++ b/src/vmime/net/sendmail/sendmailTransport.hpp
@@ -74,7 +74,7 @@ public:
const size_t size,
utility::progressListener* progress = NULL,
const mailbox& sender = mailbox(),
- const dsnAttributes& dsnAttrs
+ const dsnAttributes& dsnAttrs = dsnAttributes()
);
bool isSecuredConnection() const;