]> git.ipfire.org Git - thirdparty/git.git/commit - imap-send.c
imap-send: return with error if curl failed
authorNicolas Morey-Chaisemartin <nicolas@morey-chaisemartin.com>
Thu, 14 Sep 2017 07:51:57 +0000 (09:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Sep 2017 04:31:45 +0000 (13:31 +0900)
commit200bc38bf5a262dd01de9f30fd4e82d33b2da55f
treed613d99fc2516894a303467194b38d91faa33411
parent6867272d5b5615bd74ec97bf35b4c4a8d9fe3a51
imap-send: return with error if curl failed

curl_append_msgs_to_imap always returned 0, whether curl failed or not.
Return a proper status so git imap-send will exit with an error code
if something wrong happened.

Signed-off-by: Nicolas Morey-Chaisemartin <nicolas@morey-chaisemartin.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c