From: Atsushi Eno Date: Mon, 8 Jun 2009 16:48:51 +0000 (-0000) Subject: 2009-06-08 Atsushi Enomoto X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=c39fe32eb808d0385e41749f85187791efb61b1f;p=mono.git 2009-06-08 Atsushi Enomoto * HttpListenerManager.cs : oops, extra line removal. svn path=/trunk/mcs/; revision=135674 --- diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog index a0722cff7f4..0900bc5499b 100755 --- a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog +++ b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog @@ -1,3 +1,7 @@ +2009-06-08 Atsushi Enomoto + + * HttpListenerManager.cs : oops, extra line removal. + 2009-06-08 Atsushi Enomoto * HttpChannelManager.cs, HttpListenerManager.cs : rename file too. diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpListenerManager.cs b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpListenerManager.cs index f3fc05f2059..a662d299bd7 100644 --- a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpListenerManager.cs +++ b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpListenerManager.cs @@ -85,6 +85,7 @@ namespace System.ServiceModel.Channels ((IDisposable) http_listener).Dispose (); opened_listeners.Remove (channel_listener.Uri); + } } }