From 0423ffe605f77dd3bbb6cb77d66c7c78db9eccf3 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 17 Oct 2005 07:42:46 +0000 Subject: Fix --- cpp/src/IceGrid/Database.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/IceGrid/Database.cpp') diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index 7df15736697..2ee26fcbc31 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -687,6 +687,7 @@ Database::getAdapters(const string& id, int& endpointCount) identity.name = id; AdapterPrx adpt = AdapterPrx::uncheckedCast(_internalAdapter->createDirectProxy(identity)); adapters.push_back(make_pair(id, adpt)); + endpointCount = 1; return adapters; } -- cgit v1.2.3