aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_update_kyc_process_by_row.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-14 05:08:11 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-14 05:08:11 +0100
commit9db572706d81ece0fe5c0d094b956572ddd8516d (patch)
tree1ad818affad14be8f044074515c0ab23773c91ed /src/exchangedb/pg_update_kyc_process_by_row.c
parent231cdaf4f777165c3858d737f0b7b799d39758ce (diff)
downloadexchange-9db572706d81ece0fe5c0d094b956572ddd8516d.tar.xz
-fix compiler warnings
Diffstat (limited to 'src/exchangedb/pg_update_kyc_process_by_row.c')
-rw-r--r--src/exchangedb/pg_update_kyc_process_by_row.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/exchangedb/pg_update_kyc_process_by_row.c b/src/exchangedb/pg_update_kyc_process_by_row.c
index 444f108b2..0f6871c1c 100644
--- a/src/exchangedb/pg_update_kyc_process_by_row.c
+++ b/src/exchangedb/pg_update_kyc_process_by_row.c
@@ -77,10 +77,10 @@ TEh_PG_update_kyc_process_by_row (
GNUNET_PQ_query_param_end
};
- postgres_event_notify (pg,
- &rep.header,
- NULL,
- 0);
+ GNUNET_PQ_event_notify (pg->conn,
+ &rep.header,
+ NULL,
+ 0);
PREPARE (pg,
"alert_kyc_status_change",
"INSERT INTO kyc_alerts"
@@ -99,5 +99,3 @@ TEh_PG_update_kyc_process_by_row (
}
return qs;
}
-
-