Author: grothoff Date: 2008-02-16 19:44:23 -0700 (Sat, 16 Feb 2008) New Revision: 6337
Modified: GNUnet/src/applications/fs/gap/migration.c GNUnet/src/applications/fs/gap/pid_table.h Log: fix Modified: GNUnet/src/applications/fs/gap/migration.c =================================================================== --- GNUnet/src/applications/fs/gap/migration.c 2008-02-17 02:08:55 UTC (rev 6336) +++ GNUnet/src/applications/fs/gap/migration.c 2008-02-17 02:44:23 UTC (rev 6337) @@ -223,6 +223,7 @@ "Migration: no content available for migration.\n"); #endif GNUNET_mutex_unlock (GNUNET_FS_lock); + GNUNET_FS_PT_change_rc (index, -1); return 0; } value = content[entry].value; Modified: GNUnet/src/applications/fs/gap/pid_table.h =================================================================== --- GNUnet/src/applications/fs/gap/pid_table.h 2008-02-17 02:08:55 UTC (rev 6336) +++ GNUnet/src/applications/fs/gap/pid_table.h 2008-02-17 02:44:23 UTC (rev 6337) @@ -1,6 +1,6 @@ /* This file is part of GNUnet - (C) 2006, 2008 Christian Grothoff (and other contributing authors) + (C) 2006, 2008 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn