From 7e6e1012ebbf96f8e0ca149304ef970b4a55e2dd Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Fri, 17 Dec 2010 16:41:23 +0100 Subject: Fixed a compiler warning. --- src/account-server/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/account-server/storage.cpp') diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp index dc46329b..43b32eeb 100644 --- a/src/account-server/storage.cpp +++ b/src/account-server/storage.cpp @@ -251,7 +251,7 @@ Account *Storage::getAccount(int accountID) Character *Storage::getCharacterBySQL(Account *owner) { - Character *character; + Character *character = 0; // Specialize the string_to functor to convert // a string to an unsigned int. -- cgit v1.2.3-60-g2f50