aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-02 01:42:55 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-02 01:42:55 +0200
commit6a86935d5e69874324a158fa6d418b88df8c575d (patch)
treedde6040a0c0bcace637d8a70a8f2aa5e54c0cf4b /src/namestore
parentd2eed41d5637e802c9b8c6a8d0648636c16e5b88 (diff)
downloadgnunet-6a86935d5e69874324a158fa6d418b88df8c575d.tar.gz
gnunet-6a86935d5e69874324a158fa6d418b88df8c575d.zip
add test for query derivation (passed instantly)
Diffstat (limited to 'src/namestore')
-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 7934ea6ce..fa189dbc3 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1697,7 +1697,7 @@ handle_monitor_start (void *cls,
1697 1697
1698 1698
1699/** 1699/**
1700 * Obtain the next datum during the zone monitor's zone intiial iteration. 1700 * Obtain the next datum during the zone monitor's zone initial iteration.
1701 * 1701 *
1702 * @param cls zone monitor that does its initial iteration 1702 * @param cls zone monitor that does its initial iteration
1703 */ 1703 */