commit b4981044cb20c74f1b9010ab52567e874de356e2 parent a867291ea863948c604ebeeb1f6ffd3e684bb75b Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 1 Feb 2024 23:22:16 +0100 -use named constant Diffstat:
| M | src/backend/taler-merchant-httpd_private-get-otp-devices-ID.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_private-get-otp-devices-ID.c b/src/backend/taler-merchant-httpd_private-get-otp-devices-ID.c @@ -53,7 +53,7 @@ TMH_private_get_otp_devices_ID (const struct TMH_RequestHandler *rh, TALER_EC_GENERIC_DB_FETCH_FAILED, "select_otp"); } - if (0 == qs) + if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs) { return TALER_MHD_reply_with_error (connection, MHD_HTTP_NOT_FOUND,