aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-cpp-src-IceGrid-Database.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/files/patch-cpp-src-IceGrid-Database.cpp')
-rw-r--r--devel/ice/files/patch-cpp-src-IceGrid-Database.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ice/files/patch-cpp-src-IceGrid-Database.cpp b/devel/ice/files/patch-cpp-src-IceGrid-Database.cpp
deleted file mode 100644
index 5b59405740fd..000000000000
--- a/devel/ice/files/patch-cpp-src-IceGrid-Database.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpp/src/IceGrid/Database.cpp.orig 2013-03-11 15:19:47.000000000 +0000
-+++ cpp/src/IceGrid/Database.cpp 2014-09-08 14:21:13.335195726 +0000
-@@ -2088,7 +2088,7 @@ Database::reload(const ApplicationHelper& oldApp,
- {
- ReplicaGroupEntryPtr entry = ReplicaGroupEntryPtr::dynamicCast(_adapterCache.get(r->id));
- assert(entry);
-- entry->update(r->loadBalancing);
-+ entry->update(application, r->loadBalancing);
- }
- catch(const AdapterNotExistException&)
- {