aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/pq_query_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index 3bc84082d..34de97eb3 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -304,7 +304,7 @@ qconv_rsa_public_key (void *cls,
304 &buf); 304 &buf);
305 scratch[0] = buf; 305 scratch[0] = buf;
306 param_values[0] = (void *) buf; 306 param_values[0] = (void *) buf;
307 param_lengths[0] = buf_size - 1; /* DB doesn't like the trailing \0 */ 307 param_lengths[0] = buf_size;
308 param_formats[0] = 1; 308 param_formats[0] = 1;
309 return 1; 309 return 1;
310} 310}