gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix typo


From: gnunet
Subject: [taler-anastasis] branch master updated: fix typo
Date: Sat, 20 Mar 2021 23:15:22 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 9e4ac60  fix typo
9e4ac60 is described below

commit 9e4ac608c3d710511113471b5f97b4a15167788f
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Mar 20 23:15:19 2021 +0100

    fix typo
---
 src/restclient/anastasis_api_policy_lookup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/restclient/anastasis_api_policy_lookup.c 
b/src/restclient/anastasis_api_policy_lookup.c
index a8a0dfb..0bf1519 100644
--- a/src/restclient/anastasis_api_policy_lookup.c
+++ b/src/restclient/anastasis_api_policy_lookup.c
@@ -319,7 +319,7 @@ ANASTASIS_policy_lookup_version (
                  curl_easy_setopt (eh,
                                    CURLOPT_HEADERFUNCTION,
                                    &handle_header));
-  GNUNET_assert (CURLE_OK !=
+  GNUNET_assert (CURLE_OK ==
                  curl_easy_setopt (eh,
                                    CURLOPT_HEADERDATA,
                                    plo));

-- 
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]