Преглед на файлове

2009-06-08 Atsushi Enomoto <[email protected]>

	* HttpListenerManager.cs : oops, extra line removal.


svn path=/trunk/mcs/; revision=135674
Atsushi Eno преди 16 години
родител
ревизия
c39fe32eb8

+ 4 - 0
mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog

@@ -1,3 +1,7 @@
+2009-06-08  Atsushi Enomoto  <[email protected]>
+
+	* HttpListenerManager.cs : oops, extra line removal.
+
 2009-06-08  Atsushi Enomoto  <[email protected]>
 
 	* HttpChannelManager.cs, HttpListenerManager.cs : rename file too.

+ 1 - 0
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);
+				}
 			}
 		}