@henningw commented on this pull request.
@@ -236,7 +236,7 @@ int diameter_peer_start(int
blocking)
int seed;
peer *p;
- seed = random();
+ seed = kam_rand();
Great, if you are using fork_process from the core this is indeed not needed and it should
be removed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4030#discussion_r1848442494
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4030/review/2445603106(a)github.com>