aboutsummaryrefslogtreecommitdiff
path: root/src/my/my_query_helper.c
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-23 15:40:28 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-23 15:40:28 +0000
commita0f69c5d40c22904549bb3246c523681d00d72cd (patch)
tree1b6985bb7872a5cb6967c2592516153a4f2863e0 /src/my/my_query_helper.c
parenta14fb7b9d9f70f5b9c2f7d5e39f780a132f87dfa (diff)
downloadgnunet-a0f69c5d40c22904549bb3246c523681d00d72cd.tar.gz
gnunet-a0f69c5d40c22904549bb3246c523681d00d72cd.zip
libgnunetmy begin result helper
Diffstat (limited to 'src/my/my_query_helper.c')
-rw-r--r--src/my/my_query_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/my/my_query_helper.c b/src/my/my_query_helper.c
index 3b5d90179..ee266ddc1 100644
--- a/src/my/my_query_helper.c
+++ b/src/my/my_query_helper.c
@@ -44,6 +44,7 @@ my_conv_fixed_size (void *cls,
44 qbind->buffer = (void *) qp->data; 44 qbind->buffer = (void *) qp->data;
45 qbind->buffer_length = qp->data_len; 45 qbind->buffer_length = qp->data_len;
46 qbind->length = (unsigned long *) &qp->data_len; 46 qbind->length = (unsigned long *) &qp->data_len;
47 qbind->buffer_type = 1;
47 return 0; 48 return 0;
48} 49}
49 50