diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-11-01 16:55:48 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-11-01 16:55:48 +0100 |
commit | 07cc3d3c1eff9c2a8bcdabcf5b755dc8cafa97e2 (patch) | |
tree | 2adfc57ba2ee62964a03d31458563ffab08e46ce | |
parent | f8411e903f34822168f85a992fe95d7dda418004 (diff) | |
download | merchant-07cc3d3c1eff9c2a8bcdabcf5b755dc8cafa97e2.tar.gz merchant-07cc3d3c1eff9c2a8bcdabcf5b755dc8cafa97e2.zip |
style
-rw-r--r-- | src/backend/taler-merchant-httpd_proposal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_proposal.c b/src/backend/taler-merchant-httpd_proposal.c index 89f5b110..bc7dd0e2 100644 --- a/src/backend/taler-merchant-httpd_proposal.c +++ b/src/backend/taler-merchant-httpd_proposal.c | |||
@@ -179,8 +179,7 @@ make_merchant_base_url (struct MHD_Connection *connection, const | |||
179 | if (NULL != uri_path) | 179 | if (NULL != uri_path) |
180 | { | 180 | { |
181 | /* Currently the merchant backend is only supported at the root of the path, | 181 | /* Currently the merchant backend is only supported at the root of the path, |
182 | * this might change in the future. | 182 | this might change in the future. */ |
183 | */ | ||
184 | GNUNET_assert (0); | 183 | GNUNET_assert (0); |
185 | } | 184 | } |
186 | 185 | ||