From 9bddb2621c8f9b6faf615d9f46ca7e1251b96737 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 16 Aug 2007 14:37:46 +0200 Subject: Fixed bug 2330 --- cpp/src/IceGrid/Database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/Database.cpp') 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); -- cgit v1.2.3