From 0cccdf5dc5983555178493ccd9fea686dc6bf194 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 Oct 2008 05:08:10 +0000 Subject: * 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 --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5bb86b9a..cee9a1c33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Thu Oct 23 11:17:58 2008 Nobuyoshi Nakada +Thu Oct 23 14:08:07 2008 Nobuyoshi Nakada + + * 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 -- cgit