projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22a6341
)
sramd mit diesem Aufruf ist tatsächlich unsicherer als garkein srand Aufruf, also...
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 29 Sep 2009 12:45:01 +0000
(14:45 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 29 Sep 2009 12:45:01 +0000
(14:45 +0200)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
97f1d82
..
0c8e3b3
100644
(file)
--- a/
SL/Auth.pm
+++ b/
SL/Auth.pm
@@
-517,9
+517,6
@@
sub expire_sessions {
sub _create_session_id {
$main::lxdebug->enter_sub();
- my @secs = gettimeofday();
- srand $secs[1] + $$;
-
my @data;
map { push @data, int(rand() * 255); } (1..32);