aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_result_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq_result_helper.c')
-rw-r--r--src/pq/pq_result_helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index be7c85ce9..2c11f5202 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -857,12 +857,12 @@ extract_timestamp_nbo (void *cls,
857 struct GNUNET_TIME_Timestamp t; 857 struct GNUNET_TIME_Timestamp t;
858 enum GNUNET_GenericReturnValue r; 858 enum GNUNET_GenericReturnValue r;
859 859
860 r = extract_timestamp (&t, 860 r = extract_timestamp (NULL,
861 result, 861 result,
862 row, 862 row,
863 fname, 863 fname,
864 dst_size, 864 dst_size,
865 dst); 865 &t);
866 if (GNUNET_OK != r) 866 if (GNUNET_OK != r)
867 return r; 867 return r;
868 *udst = GNUNET_TIME_timestamp_hton (t); 868 *udst = GNUNET_TIME_timestamp_hton (t);