From: Thomas Rast
Date: Sun, 1 Dec 2013 22:48:41 +0000 (+0100)
Subject: send-email: pass Debug to Net::SMTP::SSL::new
X-Git-Tag: v1.8.5.4~8^2~2
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d4d9653b5401b28dd88a84bd1bf1d269b8acccf6?hp=d4d9653b5401b28dd88a84bd1bf1d269b8acccf6
send-email: pass Debug to Net::SMTP::SSL::new
We forgot to pass the Debug option through to Net::SMTP::SSL->new --
which is the same as Net::SMTP->new. This meant that with security
set to SSL, we would never enable debug output.
Pass through the flag.
Signed-off-by: Thomas Rast
Signed-off-by: Junio C Hamano
---