jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

CSmtpClient::SendMsg - uResponseSize = 0 #201

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if CSmtpClient::SendMsg is called with parameter uResponseSize = 0, like in 
line 598 you cant pass the test in line 809. GetMessageCode will allways return 
-1.

Solution for me was never to call SendMsg with size = 0. Maybe the standard 
parameter set has to be changed.

Original issue reported on code.google.com by d.the...@sdz.de on 26 Apr 2013 at 8:35

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 26 Apr 2013 at 1:02