eliminate warning
authorChristian Grothoff <christian@grothoff.org>
Sun, 30 Aug 2009 19:25:58 +0000 (19:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 30 Aug 2009 19:25:58 +0000 (19:25 +0000)
src/fs/fs_file_information.c

index e72f42f9a3413db9fb27becea0cb371c5708b440..984d56f3011f301a72275240ecdee04c4e78a419 100644 (file)
@@ -60,8 +60,9 @@ struct GNUNET_FS_FileInformation *
 GNUNET_FS_file_information_recover (const char *name)
 {
   struct GNUNET_FS_FileInformation *ret;
+  ret = NULL;
   // FIXME!
-  return NULL;
+  return ret;
 }