aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-20 16:49:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-20 16:49:05 +0000
commitfbc12a1d6f57f4a2358fbe5cabcbe4be948b193e (patch)
tree213982e7151f770c82a7b31e5ec91f5f92f7468b /src/fs
parentc25c564508c6909a06a2cfbbda62a571a10ed654 (diff)
downloadgnunet-fbc12a1d6f57f4a2358fbe5cabcbe4be948b193e.tar.gz
gnunet-fbc12a1d6f57f4a2358fbe5cabcbe4be948b193e.zip
gcc
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 7c50f3a52..ccdd76de2 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -3086,7 +3086,7 @@ handle_p2p_get (void *cls,
3086 if (have_ns) 3086 if (have_ns)
3087 { 3087 {
3088 pr->namespace = (GNUNET_HashCode*) &pr[1]; 3088 pr->namespace = (GNUNET_HashCode*) &pr[1];
3089 memcpy (pr->namespace, &opt[bits++], sizeof (GNUNET_HashCode)); 3089 memcpy (&pr[1], &opt[bits++], sizeof (GNUNET_HashCode));
3090 } 3090 }
3091 pr->type = type; 3091 pr->type = type;
3092 pr->mingle = ntohl (gm->filter_mutator); 3092 pr->mingle = ntohl (gm->filter_mutator);