Skip to content

Commit e763608

Browse files
committed
Merge pull request #37 from moteus/master
Fix. `MAIL_RCPT` option has a list type
2 parents 22d0038 + fea2547 commit e763608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lcopteasy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ OPT_ENTRY( expect_100_timeout_ms, EXPECT_100_TIMEOUT_MS, LNG, 0,
130130

131131
#if LCURL_CURL_VER_GE(7,20,0)
132132
OPT_ENTRY( mail_from, MAIL_FROM, STR, LCURL_STORE_STRING, LCURL_DEFAULT_VALUE ) /*! @check doc says `blank` */
133-
OPT_ENTRY( mail_rcpt, MAIL_RCPT, STR, LCURL_STORE_STRING, LCURL_DEFAULT_VALUE )
133+
OPT_ENTRY( mail_rcpt, MAIL_RCPT, LST, 0, LCURL_DEFAULT_VALUE )
134134
#endif
135135
#if LCURL_CURL_VER_GE(7,25,0)
136136
OPT_ENTRY( mail_auth, MAIL_AUTH, STR, LCURL_STORE_STRING, LCURL_DEFAULT_VALUE )

0 commit comments

Comments
 (0)