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, 11 insertions, 0 deletions
diff --git a/devel/ice/files/patch-cpp-src-IceGrid-Database.cpp b/devel/ice/files/patch-cpp-src-IceGrid-Database.cpp
new file mode 100644
index 000000000000..5b59405740fd
--- /dev/null
+++ b/devel/ice/files/patch-cpp-src-IceGrid-Database.cpp
@@ -0,0 +1,11 @@
+--- 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&)
+ {