summaryrefslogtreecommitdiff
path: root/src/pq/pq_result_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-25 17:05:09 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-25 17:05:22 +0200
commit169f1c8c1db0a6d8cebf308ced1de064eadcdc4d (patch)
tree27b86aa84b65360df50a91c5ada878f590700a7d /src/pq/pq_result_helper.c
parent2c6b87e1974c502a2fc074050c41daa4674dbdc0 (diff)
downloadgnunet-169f1c8c1db0a6d8cebf308ced1de064eadcdc4d.tar.gz
gnunet-169f1c8c1db0a6d8cebf308ced1de064eadcdc4d.zip
allow NULL fields for varsize
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 d212ab1b8..045fe74b1 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -84,8 +84,8 @@ extract_varsize_blob (void *cls,
84 row, 84 row,
85 fnum)) 85 fnum))
86 { 86 {
87 GNUNET_break (0); 87 /* Let's allow this for varsize */
88 return GNUNET_SYSERR; 88 return GNUNET_OK;
89 } 89 }
90 /* if a field is null, continue but 90 /* if a field is null, continue but
91 * remember that we now return a different result */ 91 * remember that we now return a different result */