summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-11 12:32:40 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-11 12:32:40 +0200
commit95f4cdc6df73955675ab07a98455bf9bf8c3e8e8 (patch)
treef14ae661091f0e4adc76c31cb20767db22172f09 /src
parent8bd646532556c27061c30e97ac76956d86214895 (diff)
downloadexchange-95f4cdc6df73955675ab07a98455bf9bf8c3e8e8.tar.gz
exchange-95f4cdc6df73955675ab07a98455bf9bf8c3e8e8.tar.bz2
exchange-95f4cdc6df73955675ab07a98455bf9bf8c3e8e8.zip
-testcases are good thing...
Diffstat (limited to 'src')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index dfdff2894..850a26be3 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -1716,8 +1716,8 @@ postgres_get_refresh_session (void *cls,
&refresh_session->num_oldcoins),
TALER_PQ_result_spec_uint16 ("num_newcoins",
&refresh_session->num_newcoins),
- TALER_PQ_result_spec_auto_from_type ("noreveal_index",
- &refresh_session->noreveal_index),
+ TALER_PQ_result_spec_uint16 ("noreveal_index",
+ &refresh_session->noreveal_index),
TALER_PQ_result_spec_end
};
if (GNUNET_OK !=