1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-01 13:27:47 +02:00

Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup

This commit is contained in:
Anastasia 2017-09-01 11:52:04 +03:00
commit a42add54a1

View File

@ -718,7 +718,7 @@ get_control_value(const char *str, const char *name,
char *name_ptr = (char *) name; char *name_ptr = (char *) name;
char *buf = (char *) str; char *buf = (char *) str;
char buf_uint64[32], /* Buffer for "value_uint64" */ char buf_uint64[32], /* Buffer for "value_uint64" */
*buf_uint64_ptr; *buf_uint64_ptr = buf_uint64;
/* Set default values */ /* Set default values */
if (value_str) if (value_str)