summaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-29 15:14:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-29 15:14:47 +0000
commit7083417685778766737d424bd2da05fd6a255fa8 (patch)
tree2c7bfcb11d98d885ce01a1f31c2a3b4599d78321 /src/namestore/gnunet-service-namestore.c
parent3c7b96221206c247d1ca1f2da4996f103e2df712 (diff)
downloadgnunet-7083417685778766737d424bd2da05fd6a255fa8.tar.gz
gnunet-7083417685778766737d424bd2da05fd6a255fa8.zip
-disconnect on protocol errors, not on no-result
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index f113040b5..e42591b61 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -349,7 +349,7 @@ struct LookupBlockContext
349/** 349/**
350 * A #GNUNET_NAMESTORE_BlockCallback for name lookups in #handle_lookup_block 350 * A #GNUNET_NAMESTORE_BlockCallback for name lookups in #handle_lookup_block
351 * 351 *
352 * @param cls a 'struct LookupNameContext *' with information about the request 352 * @param cls a `struct LookupNameContext *` with information about the request
353 * @param block the block 353 * @param block the block
354 */ 354 */
355static void 355static void