diff options
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 5bfc1168b..1bb49df99 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -5217,6 +5217,7 @@ postgres_select_reserves_in_above_serial_id (void *cls, * @param cb function to call on each result * @param cb_cls closure for @a cb * @return #GNUNET_OK on success, + * #GNUNET_NO if no records were found * #GNUNET_SYSERR on DB errors */ static int |