gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 02/02: CONVERSATION: Fix warning for incorrect enum usage


From: gnunet
Subject: [gnunet] 02/02: CONVERSATION: Fix warning for incorrect enum usage
Date: Mon, 06 Nov 2023 16:48:05 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 9ba5f93154e6ee01f969224db2431061e5b864ff
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Nov 6 16:47:39 2023 +0100

    CONVERSATION: Fix warning for incorrect enum usage
---
 src/contrib/service/conversation/conversation_api_call.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/contrib/service/conversation/conversation_api_call.c 
b/src/contrib/service/conversation/conversation_api_call.c
index 2650eb782..cd59678d9 100644
--- a/src/contrib/service/conversation/conversation_api_call.c
+++ b/src/contrib/service/conversation/conversation_api_call.c
@@ -627,7 +627,7 @@ GNUNET_CONVERSATION_call_start (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
   call->gns_lookup = GNUNET_GNS_lookup_with_tld (call->gns,
                                                  call->callee,
                                                  GNUNET_GNSRECORD_TYPE_PHONE,
-                                                 GNUNET_NO,
+                                                 GNUNET_GNS_LO_DEFAULT,
                                                  &handle_gns_response,
                                                  call);
   if (NULL == call->gns_lookup)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]