projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d85efa
)
core: fix deserialization copypasta
author
Luca Boccassi
<bluca@debian.org>
Sat, 14 Oct 2023 09:03:33 +0000
(10:03 +0100)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Sat, 14 Oct 2023 10:26:57 +0000
(11:26 +0100)
CID#
1522788
src/core/execute-serialize.c
patch
|
blob
|
history
diff --git
a/src/core/execute-serialize.c
b/src/core/execute-serialize.c
index 3427e48f48355d1fa1dd056cd40e0ce6bcdf9a80..b006f9c526629af20be213ce3ee0ff7a8635b10e 100644
(file)
--- a/
src/core/execute-serialize.c
+++ b/
src/core/execute-serialize.c
@@
-2972,7
+2972,7
@@
static int exec_context_deserialize(ExecContext *c, FILE *f) {
r = parse_boolean(val);
if (r < 0)
return r;
-
r = c->non_blocking
;
+
c->non_blocking = r
;
} else if ((val = startswith(l, "exec-context-ignore-sigpipe="))) {
r = parse_boolean(val);
if (r < 0)