]> granicus.if.org Git - curl/commit
smtp.c: Changed the curl error code for EHLO and HELO responses
authorSteve Holme <steve_holme@hotmail.com>
Fri, 24 Feb 2012 14:36:53 +0000 (14:36 +0000)
committerunknown <Steve Holme@.digital-frog.com>
Sat, 10 Mar 2012 22:03:42 +0000 (22:03 +0000)
commite25590a2b38e1a2a653c3905cce67545da66c8c3
tree02c169729ca52e21ef1f3f4647b3dbb59e696035
parent79afcbefb45d17ecdab79c21a132a871501e489e
smtp.c: Changed the curl error code for EHLO and HELO responses

Changed the returned curl error codes for EHLO and HELO responses from
CURLE_LOGIN_DENIED to CURLE_REMOTE_ACCESS_DENIED as a negative response
from these commands represents no service as opposed to a login error.
lib/smtp.c