aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-helper-fs-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-05 15:51:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-05 15:51:11 +0000
commit0238d7e2f30821e7b94e9ea25ce3918fcc04b2c3 (patch)
tree9b812f78ebc42cb03d43499fedccc8e3592a3633 /src/fs/gnunet-helper-fs-publish.c
parentac441ba79538344b252e07444e4059f084610d17 (diff)
downloadgnunet-0238d7e2f30821e7b94e9ea25ce3918fcc04b2c3.tar.gz
gnunet-0238d7e2f30821e7b94e9ea25ce3918fcc04b2c3.zip
-nodebug #2300
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 !=