diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-19 13:53:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-19 13:53:50 +0100 |
commit | 45d96d8168c30d804fa39cf165703bb8aa5deeb3 (patch) | |
tree | ba4701622b60c0291e2346abad961168fa5a7bbd /src/exchangedb | |
parent | 135172bae4ef2d587efce112fd350b52e5a2d7a4 (diff) |
minor auditor bugfixes
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 |