chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5e3f3
)
service: fix segfault
author
Lennart Poettering
<lennart@poettering.net>
Tue, 13 Apr 2010 18:27:10 +0000
(20:27 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 13 Apr 2010 18:27:10 +0000
(20:27 +0200)
service.c
patch
|
blob
|
history
diff --git
a/service.c
b/service.c
index 86406e8041e5678c52140e82d376a1850da44728..0a70bb0a7c518168c6d7d01375b0930c10fe34e9 100644
(file)
--- a/
service.c
+++ b/
service.c
@@
-624,7
+624,7
@@
static int service_load_sysv_path(Service *s, const char *path) {
s->valid_no_process = true;
/* Don't timeout special services during boot (like fsck) */
- if (!chars_intersect("12345", s->sysv_runlevels))
+ if (
s->sysv_runlevels &&
!chars_intersect("12345", s->sysv_runlevels))
s->timeout_usec = -1;
u->meta.load_state = UNIT_LOADED;