Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

Commit

Permalink
Added missing comma on a codepath that was never taken (and thus neve…
Browse files Browse the repository at this point in the history
…r exploded), but nevertheless was causing warning
  • Loading branch information
yn authored and bkeepers committed Jan 1, 2010
1 parent 852fff5 commit f140164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smtp_tls.rb
Expand Up @@ -21,7 +21,7 @@ def start( helo = 'localhost.localdomain',
do_finish
end
else
send start_method helo, user, secret, authtype
send start_method, helo, user, secret, authtype
return self
end
end
Expand Down

0 comments on commit f140164

Please sign in to comment.