aboutsummaryrefslogtreecommitdiff
path: root/src/sq/sq.c
diff options
context:
space:
mode:
authorBart Polot <bart.polot+gnunet@gmail.com>2017-03-01 18:49:52 +0100
committerBart Polot <bart.polot+gnunet@gmail.com>2017-03-01 18:49:52 +0100
commit466f3fe3101c78f5219b63ca8724697757104d87 (patch)
tree82330dfdd06af141930e64894387d192124c3c47 /src/sq/sq.c
parentcef53c8a38a628335e85dbf16c261cccc58512c5 (diff)
parent13b340c41157eb7d1d37e2d16058ce791a7c768e (diff)
downloadgnunet-466f3fe3101c78f5219b63ca8724697757104d87.tar.gz
gnunet-466f3fe3101c78f5219b63ca8724697757104d87.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Diffstat (limited to 'src/sq/sq.c')
-rw-r--r--src/sq/sq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sq/sq.c b/src/sq/sq.c
index 47fcaf24e..dc4416761 100644
--- a/src/sq/sq.c
+++ b/src/sq/sq.c
@@ -75,6 +75,8 @@ GNUNET_SQ_extract_result (sqlite3_stmt *result,
75 75
76 for (unsigned int i=0;NULL != rs[i].conv; i++) 76 for (unsigned int i=0;NULL != rs[i].conv; i++)
77 { 77 {
78 if (NULL == rs[i].result_size)
79 rs[i].result_size = &rs[i].dst_size;
78 if (GNUNET_OK != 80 if (GNUNET_OK !=
79 rs[i].conv (rs[i].cls, 81 rs[i].conv (rs[i].cls,
80 result, 82 result,