mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +03:00
dbus1: make gcc shut up
This commit is contained in:
parent
144e9e5890
commit
c71ecee578
@ -294,7 +294,7 @@ int main(int argc, char *argv[]) {
|
||||
path = "/usr/share/dbus-1/system-services";
|
||||
type = "system";
|
||||
units = SYSTEM_DATA_UNIT_PATH;
|
||||
} else if (r < 0) {
|
||||
} else {
|
||||
log_error("Failed to determine whether we are running as user or system instance: %s", strerror(-r));
|
||||
return r;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user