clarify issue
authorChristian Grothoff <christian@grothoff.org>
Tue, 24 Apr 2018 09:27:59 +0000 (11:27 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 24 Apr 2018 09:27:59 +0000 (11:27 +0200)
src/util/resolver_api.c

index 365b9960bba31c9ea2f9cecf1279f409f682d939..68f02587a8d85dcb6f164232d2c3cb317a5235fc 100644 (file)
@@ -480,7 +480,7 @@ handle_response (void *cls,
   (void) cls;
   if (NULL == rh)
   {
-    /* Resolver service sent two replies to one query? Bad! */
+    /* Resolver service sent extra replies to query (after terminator)? Bad! */
     GNUNET_break (0);
     GNUNET_MQ_destroy (mq);
     mq = NULL;