From: Christian Grothoff Date: Sun, 27 Mar 2011 14:39:47 +0000 (+0000) Subject: zero X-Git-Tag: initial-import-from-subversion-38251~18887 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8616cea49e264c279390e81e291825b45d784f4f;p=oweals%2Fgnunet.git zero --- diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c index eec4adeea..0452b7332 100644 --- a/src/fs/gnunet-service-fs_cp.c +++ b/src/fs/gnunet-service-fs_cp.c @@ -1511,6 +1511,7 @@ create_migration_stop_message (void *cls, GNUNET_assert (size >= sizeof (struct MigrationStopMessage)); msm.header.size = htons (sizeof (struct MigrationStopMessage)); msm.header.type = htons (GNUNET_MESSAGE_TYPE_FS_MIGRATION_STOP); + msm.reserved = htonl (0); msm.duration = GNUNET_TIME_relative_hton (GNUNET_TIME_absolute_get_remaining (cp->last_migration_block)); memcpy (buf, &msm, sizeof (struct MigrationStopMessage)); return sizeof (struct MigrationStopMessage);