]> git.pld-linux.org Git - packages/perl-Net-SMTP-TLS.git/blame - multiple-attachments.patch
- rel 3; patches from debian that fix sending using tls
[packages/perl-Net-SMTP-TLS.git] / multiple-attachments.patch
CommitLineData
f9ec01ee
AM
1Description: fix error attaching multiple files
2Origin: vendor
3Bug: https://rt.cpan.org/Public/Bug/Display.html?id=63538
4Bug-Ubuntu: https://bugs.launchpad.net/bugs/1657917
5Author: Phil Evans <pae9@star.le.ac.uk>
6Reviewed-by: gregor herrmann <gregoa@debian.org>
7Last-Update: 2017-01-26
8
9--- a/lib/Net/SMTP/TLS.pm
10+++ b/lib/Net/SMTP/TLS.pm
11@@ -366,6 +366,7 @@
12 return undef;
13 }
14 $len -= $w;
15+ $offset += $w;
16 }
17 else
18 {
This page took 0.063067 seconds and 4 git commands to generate.