|
From: <ha...@us...> - 2007-11-09 23:55:09
|
Revision: 1835
http://cogkit.svn.sourceforge.net/cogkit/?rev=1835&view=rev
Author: hategan
Date: 2007-11-09 15:55:06 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
avoid conflicts with other hosts
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/util/BoundContact.java
Modified: trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/util/BoundContact.java
===================================================================
--- trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/util/BoundContact.java 2007-11-09 22:09:59 UTC (rev 1834)
+++ trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/util/BoundContact.java 2007-11-09 23:55:06 UTC (rev 1835)
@@ -211,7 +211,9 @@
addService(fileService);
addService(transferService);
addService(executionService);
- setHost("localhost");
+ //TODO A better way to avoid this being equal to a host who happens
+ //to have the same name should be implemented
+ setHost("_localhost");
}
public Service getService(int type, String provider) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|