Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a42add5

Browse files
committed
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup
2 parents 25762c2 + b1d81c7 commit a42add5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ get_control_value(const char *str, const char *name,
718718
char *name_ptr = (char *) name;
719719
char *buf = (char *) str;
720720
char buf_uint64[32], /* Buffer for "value_uint64" */
721-
*buf_uint64_ptr;
721+
*buf_uint64_ptr = buf_uint64;
722722

723723
/* Set default values */
724724
if (value_str)

0 commit comments

Comments
 (0)