send-email: don't call methods on undefined values
commit6cb0c883052118c35e424af7a311c66be9b366e1
authorBrian M. Carlson <sandals@crustytoothpaste.net>
Sun, 8 Sep 2013 20:54:34 +0000 (8 20:54 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Sep 2013 15:49:22 +0000 (10 08:49 -0700)
tree3d46d0599c9589aab3b3b1ea26c94ab4ad333ccb
parent07b83b5d98a8b7230f3ebafeb4ecf2916c011db9
send-email: don't call methods on undefined values

If SSL verification is enabled in git send-email, we could attempt to call a
method on an undefined value if the verification failed, since $smtp would end
up being undef.  Look up the error string in a way that will produce a helpful
error message and not cause further errors.

Signed-off-by: Brian M. Carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl