diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-08-16 14:37:46 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-08-16 16:46:33 +0200 |
commit | 9bddb2621c8f9b6faf615d9f46ca7e1251b96737 (patch) | |
tree | 54a47336542ef018fb0a3bf0c9c49e317efd05b3 /cpp/src/IceGrid/Database.cpp | |
parent | Fixed bug 2407 (diff) | |
download | ice-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.cpp | 2 |
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); |