aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-helper-fs-publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-helper-fs-publish.c')
-rw-r--r--src/fs/gnunet-helper-fs-publish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-helper-fs-publish.c b/src/fs/gnunet-helper-fs-publish.c
index 1bcfb37fc..533d5d51a 100644
--- a/src/fs/gnunet-helper-fs-publish.c
+++ b/src/fs/gnunet-helper-fs-publish.c
@@ -186,9 +186,11 @@ write_message (uint16_t message_type,
186{ 186{
187 struct GNUNET_MessageHeader hdr; 187 struct GNUNET_MessageHeader hdr;
188 188
189#if 0
189 fprintf (stderr, "Helper sends %u-byte message of type %u\n", 190 fprintf (stderr, "Helper sends %u-byte message of type %u\n",
190 (unsigned int) (sizeof (struct GNUNET_MessageHeader) + data_length), 191 (unsigned int) (sizeof (struct GNUNET_MessageHeader) + data_length),
191 (unsigned int) message_type); 192 (unsigned int) message_type);
193#endif
192 hdr.type = htons (message_type); 194 hdr.type = htons (message_type);
193 hdr.size = htons (sizeof (struct GNUNET_MessageHeader) + data_length); 195 hdr.size = htons (sizeof (struct GNUNET_MessageHeader) + data_length);
194 if ( (GNUNET_OK != 196 if ( (GNUNET_OK !=