projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41815a4
)
core: fix assertion check
author
Lennart Poettering
<lennart@poettering.net>
Tue, 16 Feb 2016 12:18:36 +0000
(13:18 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 16 Feb 2016 14:30:04 +0000
(15:30 +0100)
Fixes: #2632
src/core/timer.c
patch
|
blob
|
history
diff --git
a/src/core/timer.c
b/src/core/timer.c
index 6f3e6a8db3e6950718e4dd561c2c0d5f9b886f73..3d0bae16e5daeb4f21e951f0f9bf3099ddb7f057 100644
(file)
--- a/
src/core/timer.c
+++ b/
src/core/timer.c
@@
-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;