Hi All
I minor problem with php7 and i386 machines in the apache.error.log:
 PHP Warning:  rand() expects parameter 2 to be integer, float given in 
/usr/share/bareos-webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php on 
line 808

the change:
$rand = rand(1000000000, 9999999999);
to
$rand = mt_rand(1000000000, mt_getrandmax());

solves the massive error messages in the apache.error.log; I didn't checked if 
the password function is now weaker, because it is only my private network.

BR
Mani

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to