summaryrefslogtreecommitdiff
path: root/cs/src/Ice/CommunicatorI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/src/Ice/CommunicatorI.cs')
-rwxr-xr-xcs/src/Ice/CommunicatorI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/src/Ice/CommunicatorI.cs b/cs/src/Ice/CommunicatorI.cs
index 3f94dddfd42..c2b5f744426 100755
--- a/cs/src/Ice/CommunicatorI.cs
+++ b/cs/src/Ice/CommunicatorI.cs
@@ -54,7 +54,7 @@ namespace Ice
public ObjectAdapter createObjectAdapter(string name)
{
- return createObjectAdapterWithEndpoints(name, getProperties().getProperty(name + ".Endpoints"));
+ return instance_.objectAdapterFactory().createObjectAdapter(name, "", null);
}
public ObjectAdapter createObjectAdapterWithEndpoints(string name, string endpoints)