mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
parent
41815a4aa6
commit
3f51aec864
@ -334,7 +334,7 @@ static void add_random(Timer *t, usec_t *v) {
|
||||
usec_t add;
|
||||
|
||||
assert(t);
|
||||
assert(*v);
|
||||
assert(v);
|
||||
|
||||
if (t->random_usec == 0)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user