gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fixed unitialized variable in TM


From: gnunet
Subject: [taler-merchant] branch master updated: fixed unitialized variable in TMH_MHD_test_html_desired
Date: Wed, 05 Aug 2020 03:10:39 +0200

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

jonathan-buchanan pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new de378c5  fixed unitialized variable in TMH_MHD_test_html_desired
de378c5 is described below

commit de378c5c4c0c5d7a213c5c4ba22cf260bbb319f3
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Tue Aug 4 21:10:29 2020 -0400

    fixed unitialized variable in TMH_MHD_test_html_desired
---
 src/backend/taler-merchant-httpd_mhd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_mhd.c 
b/src/backend/taler-merchant-httpd_mhd.c
index 754c53b..edcb3a7 100644
--- a/src/backend/taler-merchant-httpd_mhd.c
+++ b/src/backend/taler-merchant-httpd_mhd.c
@@ -80,7 +80,7 @@ TMH_MHD_handler_agpl_redirect (const struct 
TMH_RequestHandler *rh,
 bool
 TMH_MHD_test_html_desired (struct MHD_Connection *connection)
 {
-  bool ret;
+  bool ret = false;
   const char *accept;
 
   accept = MHD_lookup_connection_value (connection,

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