gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 02/02: do not complain given legal error c


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 02/02: do not complain given legal error code
Date: Fri, 19 Jan 2018 02:24:54 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit 77cf03866dba87b9e492eeefca464319936f292b
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 19 02:24:24 2018 +0100

    do not complain given legal error code
---
 src/lib/merchant_api_tip_pickup.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/merchant_api_tip_pickup.c 
b/src/lib/merchant_api_tip_pickup.c
index cc84cea..5bcae49 100644
--- a/src/lib/merchant_api_tip_pickup.c
+++ b/src/lib/merchant_api_tip_pickup.c
@@ -179,6 +179,9 @@ handle_tip_pickup_finished (void *cls,
   case MHD_HTTP_SERVICE_UNAVAILABLE:
     /* legal, can happen if we pickup a tip twice... */
     break;
+  case MHD_HTTP_NOT_FOUND:
+    /* legal, can happen if tip ID is unknown */
+    break;
   default:
     /* unexpected response code */
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,

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



reply via email to

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