diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-02-28 05:25:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-02-28 05:25:49 +0100 |
commit | cb130cc9dfc179e3b6cb9f19a7b559106efa3b33 (patch) | |
tree | 5533e70c06c8b837ad85281ca283068baec1f734 /src/sq | |
parent | 67935d7aa1090eed2eb00212741dcc4d13c0bb40 (diff) |
fix sq logic, add to build
Diffstat (limited to 'src/sq')
-rw-r--r-- | src/sq/sq_result_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sq/sq_result_helper.c b/src/sq/sq_result_helper.c index 9ac2e25337..eaf606aa44 100644 --- a/src/sq/sq_result_helper.c +++ b/src/sq/sq_result_helper.c @@ -110,6 +110,7 @@ GNUNET_SQ_result_spec_variable_size (void **dst, struct GNUNET_SQ_ResultSpec rs = { .conv = &extract_var_blob, .cleaner = &clean_var_blob, + .dst = dst, .cls = dst, .result_size = sptr, .num_params = 1 |