2009-06-08 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 8 Jun 2009 16:48:51 +0000 (16:48 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 8 Jun 2009 16:48:51 +0000 (16:48 -0000)
* HttpListenerManager.cs : oops, extra line removal.

svn path=/trunk/mcs/; revision=135674

mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpListenerManager.cs

index a0722cff7f480edcb10357ca9955597e0b9114d8..0900bc5499bc51f68e8eb02b52656a1ba7a5675c 100755 (executable)
@@ -1,3 +1,7 @@
+2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpListenerManager.cs : oops, extra line removal.
+
 2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
 
        * HttpChannelManager.cs, HttpListenerManager.cs : rename file too.
index f3fc05f2059be2c5b1e3e4d4191b90620fed8c44..a662d299bd7320d9a1ad4d2ebd7e7571708bc280 100644 (file)
@@ -85,6 +85,7 @@ namespace System.ServiceModel.Channels
                                        ((IDisposable) http_listener).Dispose ();
 
                                        opened_listeners.Remove (channel_listener.Uri);
+                               }
                        }
                }