summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_link.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_link.c')
-rw-r--r--src/lib/exchange_api_link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c
index 5a2fc2a13..088e4aa36 100644
--- a/src/lib/exchange_api_link.c
+++ b/src/lib/exchange_api_link.c
@@ -365,7 +365,7 @@ handle_link_finished (void *cls,
{
GNUNET_break_op (0);
response_code = 0;
- ec = TALER_EC_REFRESH_LINK_REPLY_MALFORMED;
+ ec = TALER_EC_LINK_REPLY_MALFORMED;
break;
}
GNUNET_assert (NULL == lh->link_cb);