fixed uninitialized memory read under Maemo

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@335 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2007-03-25 20:17:44 +00:00
parent aaeb5a4105
commit 07180da616
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ EvolutionSyncSource::sources EvolutionContactSource::getSyncBackends()
// No results? Try system address book (workaround for embedded Evolution Dataserver).
if (!result.size()) {
eptr<EBook, GObject> book;
GError *gerror;
GError *gerror = NULL;
const char *name;
name = "<<system>>";