gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix comments


From: gnunet
Subject: [taler-exchange] branch master updated: fix comments
Date: Thu, 16 Jan 2020 22:26:27 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

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

commit a19939baecde0b3f7b3cfb88d6b3b28f757ec36b
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 16 22:26:25 2020 +0100

    fix comments
---
 src/include/taler_mhd_lib.h | 2 +-
 src/mhd/mhd_parsing.c       | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h
index 966ba6a0..d9d1611a 100644
--- a/src/include/taler_mhd_lib.h
+++ b/src/include/taler_mhd_lib.h
@@ -257,7 +257,7 @@ TALER_MHD_parse_post_json (struct MHD_Connection 
*connection,
  * to clean up our state.
  *
  * @param con_cls value as it was left by
- *        #TALER_MHD_post_json(), to be cleaned up
+ *        #TALER_MHD_parse_post_json(), to be cleaned up
  */
 void
 TALER_MHD_parse_post_cleanup_callback (void *con_cls);
diff --git a/src/mhd/mhd_parsing.c b/src/mhd/mhd_parsing.c
index 0b070ffe..685e0043 100644
--- a/src/mhd/mhd_parsing.c
+++ b/src/mhd/mhd_parsing.c
@@ -114,7 +114,6 @@ TALER_MHD_parse_post_json (struct MHD_Connection 
*connection,
 void
 TALER_MHD_parse_post_cleanup_callback (void *con_cls)
 {
-  // FIXME: this should probably NOT be done with a 'void *' like this!
   GNUNET_JSON_post_parser_cleanup (con_cls);
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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