muquit / mailsend

A program to send mail via SMTP from command line
Other
295 stars 68 forks source link

mailsend-1.17b14 libs/libmsock/msock.c line 366 #38

Closed muquit closed 10 years ago

muquit commented 10 years ago

From sy19870...@gmail.com on December 13, 2013 04:31:03

origin: rc = connect(sock_fd, res->ai_addr, res->ai_addrlen);

There is a mistake here; It should be like this

new: rc = connect(sock_fd, cur->ai_addr, cur->ai_addrlen);

Original issue: http://code.google.com/p/mailsend/issues/detail?id=38

muquit commented 10 years ago

From muq...@gmail.com on December 13, 2013 06:46:49

It is fixed in Issue 34

Status: Duplicate
Mergedinto: 34