[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: clarify issue
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: clarify issue |
Date: |
Tue, 24 Apr 2018 11:28:03 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new b66603db8 clarify issue
b66603db8 is described below
commit b66603db8ece8a5562e321f2c969346d1625d11a
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Apr 24 11:27:59 2018 +0200
clarify issue
---
src/util/resolver_api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c
index 365b9960b..68f02587a 100644
--- a/src/util/resolver_api.c
+++ b/src/util/resolver_api.c
@@ -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;
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: clarify issue,
gnunet <=