From: R.E. Wolff Date: Mon, 25 May 2026 18:28:32 +0000 (+0200) Subject: removed stupid old ( X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3ff93ec6f85ab0b8d9c509479a881ec2e3a17ef;p=thirdparty%2Fmtr.git removed stupid old ( --- diff --git a/ui/mtr.c b/ui/mtr.c index 830dbf7..bc8bed7 100644 --- a/ui/mtr.c +++ b/ui/mtr.c @@ -993,7 +993,7 @@ static void init_rand( struct timeval tv; gettimeofday(&tv, NULL); - srand((getpid() ^ (getuid() << 16) ^ tv.tv_sec ^ tv.tv_usec); + srand(getpid() ^ (getuid() << 16) ^ tv.tv_sec ^ tv.tv_usec); } static void unmap_v4mapped_addrinfo(