gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: strcmp


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: strcmp
Date: Thu, 10 Oct 2019 10:30:12 +0200

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 706f164f strcmp
706f164f is described below

commit 706f164facfb51d9e84cc5b3207909adafd54399
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Oct 10 10:29:54 2019 +0200

    strcmp
---
 src/exchange/taler-exchange-httpd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index 32ed71c7..8b89cf97 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -457,8 +457,8 @@ handle_mhd_request (void *cls,
     if ( (0 == strcmp (url,
                        rh->url)) &&
          ( (NULL == rh->method) ||
-           (0 == strcasecmp (method,
-                             rh->method)) ) )
+           (0 == strcmp (method,
+                         rh->method)) ) )
     {
       /* FIXME: consider caching 'rh' in '**connection_cls' to
          avoid repeated lookup! */

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



reply via email to

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