mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
expression m;
|
|
@@
|
|
- sd_bus_send(NULL, m, NULL)
|
|
+ sd_bus_message_send(m)
|