diff --git a/src/stratifier.c b/src/stratifier.c index 2dc811d0..3ae9efb5 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -7812,6 +7812,7 @@ void *stratifier(void *arg) randomiser = time(NULL); sdata->enonce1_64 = htole64(randomiser); + sdata->session_id = randomiser; /* Set the initial id to time as high bits so as to not send the same * id on restarts */ randomiser <<= 32;