You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Net-SMTP-TLS/files/0.120.0-multiple-attachment...

13 lines
250 B

diff --git a/lib/Net/SMTP/TLS.pm b/lib/Net/SMTP/TLS.pm
index 10f9f19..4936fe5 100644
--- a/lib/Net/SMTP/TLS.pm
+++ b/lib/Net/SMTP/TLS.pm
@@ -367,6 +367,7 @@ sub datasend {
return undef;
}
$len -= $w;
+ $offset += $w;
}
else
{