summaryrefslogtreecommitdiff
path: root/src/exchangedb/irbt_callbacks.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-16 19:31:27 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-16 19:31:27 +0100
commit422b0ffd4cefb4717bbc9fbb7be442aff3a13c76 (patch)
treefda0758d099867ecf0b6da7b809071b2ed9d8400 /src/exchangedb/irbt_callbacks.c
parentadd9edbf5cfa419a7f999cf8a54109b35cea18e6 (diff)
downloadexchange-422b0ffd4cefb4717bbc9fbb7be442aff3a13c76.tar.gz
exchange-422b0ffd4cefb4717bbc9fbb7be442aff3a13c76.tar.bz2
exchange-422b0ffd4cefb4717bbc9fbb7be442aff3a13c76.zip
fix oauth_username issue
Diffstat (limited to 'src/exchangedb/irbt_callbacks.c')
-rw-r--r--src/exchangedb/irbt_callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/irbt_callbacks.c b/src/exchangedb/irbt_callbacks.c
index 8e2375438..4b1269606 100644
--- a/src/exchangedb/irbt_callbacks.c
+++ b/src/exchangedb/irbt_callbacks.c
@@ -117,7 +117,7 @@ irbt_cb_table_wire_targets (struct PostgresClosure *pg,
GNUNET_PQ_query_param_auto_from_type (
&td->details.wire_targets.kyc_ok),
GNUNET_PQ_query_param_string (
- td->details.wire_targets.oauth_username),
+ td->details.wire_targets.external_id),
GNUNET_PQ_query_param_end
};