aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish_ksk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-07 19:09:47 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-07 19:09:47 +0000
commit8aaf1f156eee428287d573f07144b56fd298a81b (patch)
treed25f1cf0984f856ebdcea1f8d7c2f968b61b0b13 /src/fs/fs_publish_ksk.c
parent5b382c712bb32260528dfda80a002fed953cb8ce (diff)
downloadgnunet-8aaf1f156eee428287d573f07144b56fd298a81b.tar.gz
gnunet-8aaf1f156eee428287d573f07144b56fd298a81b.zip
-disable extractor should also imply not using the filename as a keyword
Diffstat (limited to 'src/fs/fs_publish_ksk.c')
-rw-r--r--src/fs/fs_publish_ksk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish_ksk.c b/src/fs/fs_publish_ksk.c
index 5119de4c5..0b6d407ab 100644
--- a/src/fs/fs_publish_ksk.c
+++ b/src/fs/fs_publish_ksk.c
@@ -188,7 +188,7 @@ publish_ksk_cont (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
188 } 188 }
189 keyword = pkc->ksk_uri->data.ksk.keywords[pkc->i++]; 189 keyword = pkc->ksk_uri->data.ksk.keywords[pkc->i++];
190 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Publishing under keyword `%s'\n", 190 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Publishing under keyword `%s'\n",
191 keyword); 191 &keyword[1]);
192 /* first character of keyword indicates if it is 192 /* first character of keyword indicates if it is
193 * mandatory or not -- ignore for hashing */ 193 * mandatory or not -- ignore for hashing */
194 GNUNET_CRYPTO_hash (&keyword[1], strlen (&keyword[1]), &key); 194 GNUNET_CRYPTO_hash (&keyword[1], strlen (&keyword[1]), &key);