Skip to content

Commit 06ba536

Browse files
committed
fix uninit variable
1 parent b958865 commit 06ba536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pc/manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ manager::manager()
5555
ctimeout_( PC_NSECS_IN_SEC ),
5656
slot_( 0UL ),
5757
slot_cnt_( 0UL ),
58+
slot_ts_{ 0UL },
5859
curr_ts_( 0L ),
5960
pub_ts_( 0L ),
6061
pub_int_( PC_PUB_INTERVAL ),

0 commit comments

Comments
 (0)