diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-23 05:08:10 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-23 05:08:10 +0000 |
commit | 0cccdf5dc5983555178493ccd9fea686dc6bf194 (patch) | |
tree | 32dffdae92cb0c9ba724c7786087b6232baa0e72 /ChangeLog | |
parent | adbc146adc69f75b2040c5c5701de864f9c77a5c (diff) | |
download | ruby-0cccdf5dc5983555178493ccd9fea686dc6bf194.tar.gz ruby-0cccdf5dc5983555178493ccd9fea686dc6bf194.tar.xz ruby-0cccdf5dc5983555178493ccd9fea686dc6bf194.zip |
* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary
object.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Thu Oct 23 11:17:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Thu Oct 23 14:08:07 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary + object. * ext/socket/socket.c (sock_s_getservbyport): the port should be converted before the proto so that the #to_int of the former cannot |