diff options
Diffstat (limited to 'src/analyze/analyze-plot.c')
-rw-r--r-- | src/analyze/analyze-plot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze-plot.c b/src/analyze/analyze-plot.c index 0f39484f92..e44b9c11f6 100644 --- a/src/analyze/analyze-plot.c +++ b/src/analyze/analyze-plot.c @@ -89,7 +89,7 @@ static int acquire_host_info(sd_bus *bus, HostInfo **hi) { } r = bus_map_all_properties( - system_bus ? : bus, + system_bus ?: bus, "org.freedesktop.hostname1", "/org/freedesktop/hostname1", hostname_map, |