gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch stable updated (c83971e -> 7820b4b)


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch stable updated (c83971e -> 7820b4b)
Date: Fri, 29 Mar 2019 13:01:15 +0100

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

marcello pushed a change to branch stable
in repository merchant.

 discard c83971e  Adjust error code.

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/stable (7820b4b)
            \
             O -- O -- O   (c83971e)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/backend/taler-merchant-httpd_proposal.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_proposal.c 
b/src/backend/taler-merchant-httpd_proposal.c
index 8eb2695..1dffaf5 100644
--- a/src/backend/taler-merchant-httpd_proposal.c
+++ b/src/backend/taler-merchant-httpd_proposal.c
@@ -434,11 +434,11 @@ proposal_put (struct MHD_Connection *connection,
          (GNUNET_DB_STATUS_HARD_ERROR == qs) )
     {
       return TMH_RESPONSE_reply_internal_error (connection,
-                                                
TALER_EC_PROPOSAL_LOOKUP_DB_ERROR,
+                                                
TALER_EC_PROPOSAL_STORE_DB_ERROR,
                                                 "db error: could not check for 
existing order");
     }
     return TMH_RESPONSE_reply_external_error (connection,
-                                              
TALER_EC_PROPOSAL_LOOKUP_DB_ERROR,
+                                              TALER_EC_PROPOSAL_STORE_DB_ERROR,
                                               "proposal already exists");
   }
 

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



reply via email to

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