mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
userdbd: make static const what we can make so
This commit is contained in:
@@ -243,7 +243,7 @@ int manager_startup(Manager *m) {
|
||||
if (n == 1)
|
||||
m->listen_fd = SD_LISTEN_FDS_START;
|
||||
else {
|
||||
union sockaddr_union sockaddr = {
|
||||
static const union sockaddr_union sockaddr = {
|
||||
.un.sun_family = AF_UNIX,
|
||||
.un.sun_path = "/run/systemd/userdb/io.systemd.Multiplexer",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user