Skip to content

Commit 1ab642a

Browse files
committed
typo
1 parent 9cde0f9 commit 1ab642a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ StreamLog(void *arg)
172172
*/
173173
stream_arg->startpos -= stream_arg->startpos % instance_config.xlog_seg_size;
174174

175-
xlog_files_list = parray_new();
175+
xlog_files_list = parray_new();
176176

177177
/* Initialize timeout */
178178
stream_stop_begin = 0;

0 commit comments

Comments
 (0)