summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_proposal.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-12 20:22:22 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-12 20:22:22 +0200
commitae678a8b97c13c751580c4acf2639181bdb2dcf1 (patch)
tree3366d02e5a4851898c45dc67c7921b9907a8389b /src/lib/merchant_api_proposal.c
parent6204b8cfc054a7a8664ca9065dba6b74d452b67a (diff)
downloadmerchant-ae678a8b97c13c751580c4acf2639181bdb2dcf1.tar.gz
merchant-ae678a8b97c13c751580c4acf2639181bdb2dcf1.tar.bz2
merchant-ae678a8b97c13c751580c4acf2639181bdb2dcf1.zip
minor edit
Diffstat (limited to 'src/lib/merchant_api_proposal.c')
-rw-r--r--src/lib/merchant_api_proposal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/merchant_api_proposal.c b/src/lib/merchant_api_proposal.c
index ce9ca184..f07ad170 100644
--- a/src/lib/merchant_api_proposal.c
+++ b/src/lib/merchant_api_proposal.c
@@ -248,6 +248,7 @@ TALER_MERCHANT_order_put (struct GNUNET_CURL_Context *ctx,
strlen (po->json_enc)));
list = curl_slist_append (list, "Authorization: ApiKey sandbox");
+ GNUNET_assert (NULL != list);
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh,
CURLOPT_HTTPHEADER,