fix #allForHostName:serviceName:type:: expecco_1_7_0rc1
authorStefan Vogel <sv@exept.de>
Fri, 12 Jun 2009 14:12:58 +0200
changeset 2165 635929d2fe72
parent 2164 18a6388957f3
child 2166 09fa174cd67f
fix #allForHostName:serviceName:type::
UDSocketAddress.st
--- a/UDSocketAddress.st	Fri Jun 12 11:13:13 2009 +0200
+++ b/UDSocketAddress.st	Fri Jun 12 14:12:58 2009 +0200
@@ -69,7 +69,7 @@
         ^ nil.
     ].
 
-    Array with:(self name:portNrOrName).
+    ^ Array with:(self name:portNrOrName).
 !
 
 anyHost
@@ -179,5 +179,5 @@
 !UDSocketAddress class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.16 2008-03-28 12:48:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.17 2009-06-12 12:12:58 stefan Exp $'
 ! !