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
  • Loading branch information
YHNdnzj committed Apr 24, 2024
1 parent c2e6ed6 commit 6cb8286
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 @@ -1144,7 +1144,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 6cb8286

Please sign in to comment.