Skip to content

Commit

Permalink
journald-server: drop spuriously doubled '=' for OBJECT_SYSTEMD_INVOC…
Browse files Browse the repository at this point in the history
…ATION_ID

(cherry picked from commit 6cb8286)
(cherry picked from commit 9fd78d3)
  • Loading branch information
YHNdnzj authored and bluca committed May 9, 2024
1 parent a0d974a commit 9e8116e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/journal/journald-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ static void server_dispatch_message_real(
IOVEC_ADD_STRING_FIELD(iovec, n, o->slice, "OBJECT_SYSTEMD_SLICE");
IOVEC_ADD_STRING_FIELD(iovec, n, o->user_slice, "OBJECT_SYSTEMD_USER_SLICE");

IOVEC_ADD_ID128_FIELD(iovec, n, o->invocation_id, "OBJECT_SYSTEMD_INVOCATION_ID=");
IOVEC_ADD_ID128_FIELD(iovec, n, o->invocation_id, "OBJECT_SYSTEMD_INVOCATION_ID");
}

assert(n <= m);
Expand Down

0 comments on commit 9e8116e

Please sign in to comment.