summaryrefslogtreecommitdiffstats
path: root/lib/openssl/ssl.rb
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@ruby-lang.org>2007-12-18 14:03:42 +0000
committergotoyuzo <gotoyuzo@ruby-lang.org>2007-12-18 14:03:42 +0000
commit220ddda9aad65e52bdd93c6090d633a92986f3fa (patch)
tree1d807dc43750297b0e2d01f7b8483125d978447d /lib/openssl/ssl.rb
parent0c45c3199506f5c73c8533c69ad453ea69bad014 (diff)
downloadruby-openssl-history-220ddda9aad65e52bdd93c6090d633a92986f3fa.tar.gz
fix typo in last commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/openssl/ssl.rb')
-rw-r--r--lib/openssl/ssl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openssl/ssl.rb b/lib/openssl/ssl.rb
index 59dbea2..3a4735f 100644
--- a/lib/openssl/ssl.rb
+++ b/lib/openssl/ssl.rb
@@ -153,7 +153,7 @@ module OpenSSL
end
def shutdown(how=Socket::SHUT_RDWR)
- @svr.listen(how)
+ @svr.shutdown(how)
end
def accept