summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-08-16 14:37:46 +0200
committerBenoit Foucher <benoit@zeroc.com>2007-08-16 16:46:33 +0200
commit9bddb2621c8f9b6faf615d9f46ca7e1251b96737 (patch)
tree54a47336542ef018fb0a3bf0c9c49e317efd05b3 /cpp/src/IceGrid/Database.cpp
parentFixed bug 2407 (diff)
downloadice-9bddb2621c8f9b6faf615d9f46ca7e1251b96737.tar.bz2
ice-9bddb2621c8f9b6faf615d9f46ca7e1251b96737.tar.xz
ice-9bddb2621c8f9b6faf615d9f46ca7e1251b96737.zip
Fixed bug 2330
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r--cpp/src/IceGrid/Database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp
index 6281eaa1c0f..c5d63c7e71b 100644
--- a/cpp/src/IceGrid/Database.cpp
+++ b/cpp/src/IceGrid/Database.cpp
@@ -183,7 +183,7 @@ Database::unlock(AdminSessionI* session)
void
Database::syncApplications(const ApplicationInfoSeq& applications)
{
- int serial;
+ int serial = 0; // Initialize to prevent warning.
{
Lock sync(*this);