gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix use of uninialized zspa


From: gnunet
Subject: [taler-merchant] branch master updated: -fix use of uninialized zspa
Date: Tue, 20 Jun 2023 18:50:49 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 366fa368 -fix use of uninialized zspa
366fa368 is described below

commit 366fa368e8add0f64d96ba95f8d3f0df93363c0d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 20 18:50:45 2023 +0200

    -fix use of uninialized zspa
---
 src/backend/taler-merchant-httpd_spa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_spa.c 
b/src/backend/taler-merchant-httpd_spa.c
index 248b8729..3bb451c2 100644
--- a/src/backend/taler-merchant-httpd_spa.c
+++ b/src/backend/taler-merchant-httpd_spa.c
@@ -120,7 +120,7 @@ build_webui (void *cls,
 {
   int fd;
   struct stat sb;
-  struct MHD_Response *zspa;
+  struct MHD_Response *zspa = NULL;
   struct MHD_Response *spa;
   const char *ext;
   const char *mime;

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