gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix mime-type matching (#7882)


From: gnunet
Subject: [taler-exchange] branch master updated: fix mime-type matching (#7882)
Date: Wed, 05 Jul 2023 18:19:57 +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 95c05a88 fix mime-type matching (#7882)
95c05a88 is described below

commit 95c05a88276cc41837aaae6d2b6d4b99d8bef612
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 5 18:19:54 2023 +0200

    fix mime-type matching (#7882)
---
 src/mhd/mhd_legal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index bec33cd4..6325fdf7 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -157,7 +157,7 @@ TALER_MHD_xmime_matches (const char *accept_pattern,
 
   for (const char *tok = strtok_r (ap, ",", &sptr);
        NULL != tok;
-       tok = strtok_r (NULL, ";", &sptr))
+       tok = strtok_r (NULL, ",", &sptr))
   {
     if (mime_matches (tok,
                       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]