Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
na
  • Loading branch information
parmi93 committed Jul 27, 2023
1 parent 7ea5fbc commit 928d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/liblwm2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lwm2m_context_t * lwm2m_init(void * userData)
{
memset(contextP, 0, sizeof(lwm2m_context_t));
contextP->userData = userData;
srand(lwm2m_gettime());
srand(lwm2m_seed());
contextP->nextMID = rand();
}

Expand Down

0 comments on commit 928d4fc

Please sign in to comment.