Skip to content

Commit 1fb3336

Browse files
committed
poh: fix unitialized value
1 parent d841b99 commit 1fb3336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/discof/poh/fd_poh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ fd_poh_new( void * shmem ) {
7878
return NULL;
7979
}
8080

81+
poh->hashcnt_per_tick = ULONG_MAX;
8182
poh->state = STATE_UNINIT;
8283

8384
FD_COMPILER_MFENCE();

0 commit comments

Comments
 (0)