summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 17:41:12 +0200
committerMS <ms@taler.net>2020-10-20 17:41:12 +0200
commit47269a5c4478c0108359363e24af4b98dc674403 (patch)
treea5115d2e06fd472f7210775af948e2f7dff0c44c /src/backenddb/plugin_merchantdb_postgres.c
parentcd1b6d7b36200e7802bced0dfa60e60116dbb977 (diff)
downloadmerchant-47269a5c4478c0108359363e24af4b98dc674403.tar.gz
merchant-47269a5c4478c0108359363e24af4b98dc674403.tar.bz2
merchant-47269a5c4478c0108359363e24af4b98dc674403.zip
Fix references to GNUnet and MHD.
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 74c76485..3a336d1a 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -991,7 +991,7 @@ postgres_insert_product (void *cls,
* exceed total_stock minus the existing total_sold;
* total_sold and total_stock must be larger or equal to
* the existing value;
- * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+ * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
* non-decreasing constraints are not met *or* if the product
* does not yet exist.
*/
@@ -1036,7 +1036,7 @@ postgres_update_product (void *cls,
* @param uuid the UUID that holds the lock
* @param quantity how many units should be locked
* @param expiration_time when should the lock expire
- * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+ * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
* product is unknown OR if there insufficient stocks remaining
*/
static enum GNUNET_DB_QueryStatus