summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/smtp.rb')
-rw-r--r--lib/net/smtp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index 84790450bc..8f81ae8450 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -722,7 +722,7 @@ module Net
def authenticate(user, secret, authtype = DEFAULT_AUTH_TYPE)
check_auth_method authtype
check_auth_args user, secret
- send! auth_method(authtype), user, secret
+ send auth_method(authtype), user, secret
end
def auth_plain(user, secret)