gnunet-svn
[Top][All Lists]
Advanced

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

[taler-twister] branch master updated: -fix indentation and #6982


From: gnunet
Subject: [taler-twister] branch master updated: -fix indentation and #6982
Date: Sun, 08 Aug 2021 09:14:19 +0200

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

grothoff pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new fc92c9d  -fix indentation and #6982
fc92c9d is described below

commit fc92c9d1573ae10ef225f54ea7f510cb80431ea9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 8 09:14:17 2021 +0200

    -fix indentation and #6982
---
 src/twister/taler-twister-service.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 19ec492..e08d58b 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -461,9 +461,9 @@ curl_check_hdr (void *buffer,
   }
   /* Skip "Connection: Keep-Alive" header, it will be
      done by MHD if possible */
-  if ( (0 == strcasecmp (header,
+  if ( (0 == strcasecmp (hdr_type,
                          MHD_HTTP_HEADER_CONNECTION)) &&
-       (0 == strcasecmp (value,
+       (0 == strcasecmp (hdr_val,
                          "Keep-Alive")) )
   {
     GNUNET_free (ndup);

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