summaryrefslogtreecommitdiffstats
path: root/src/core/execute-serialize.c
diff options
context:
space:
mode:
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>2024-03-05 08:50:07 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-03-05 13:21:42 +0100
commit43aca0d99e302ab4bd703bec920c3f6de9591392 (patch)
tree03262c061f45b8c410b3a65e0eb2cf6b10cd70d7 /src/core/execute-serialize.c
parentsd-netlink: allow to call rtnl_get_link_info() without iftype and flags (diff)
downloadsystemd-43aca0d99e302ab4bd703bec920c3f6de9591392.tar.xz
systemd-43aca0d99e302ab4bd703bec920c3f6de9591392.zip
extract-word: update remaining calls to `extract_many_words`
Follow-up to 4f49512695f8214c55c206b3c2f583dc7b309e1b
Diffstat (limited to 'src/core/execute-serialize.c')
-rw-r--r--src/core/execute-serialize.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/core/execute-serialize.c b/src/core/execute-serialize.c
index 98ae2b0bcd..5782c2f175 100644
--- a/src/core/execute-serialize.c
+++ b/src/core/execute-serialize.c
@@ -3498,8 +3498,7 @@ static int exec_context_deserialize(ExecContext *c, FILE *f) {
NULL,
EXTRACT_UNQUOTE|EXTRACT_CUNESCAPE|EXTRACT_UNESCAPE_SEPARATORS,
&source,
- &destination,
- NULL);
+ &destination);
if (r < 0)
return r;
if (r == 0)
@@ -3531,8 +3530,7 @@ static int exec_context_deserialize(ExecContext *c, FILE *f) {
":",
EXTRACT_CUNESCAPE|EXTRACT_UNESCAPE_SEPARATORS,
&partition,
- &opts,
- NULL);
+ &opts);
if (r < 0)
return r;
if (r == 0)
@@ -3612,8 +3610,7 @@ static int exec_context_deserialize(ExecContext *c, FILE *f) {
":",
EXTRACT_CUNESCAPE|EXTRACT_UNESCAPE_SEPARATORS,
&partition,
- &opts,
- NULL);
+ &opts);
if (r < 0)
return r;
if (r == 0)