mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
core: fix typo
This commit is contained in:
parent
8af8f9e891
commit
8c35a97758
@ -538,7 +538,7 @@ int manager_deserialize(Manager *m, FILE *f, FDSet *fds) {
|
||||
deserialize_varlink_sockets = true;
|
||||
}
|
||||
|
||||
/* To void unnecessary deserialization (i.e. during reload vs. reexec) we only deserialize
|
||||
/* To avoid unnecessary deserialization (i.e. during reload vs. reexec) we only deserialize
|
||||
* the FDs if we had to create a new m->varlink_server. The deserialize_varlink_sockets flag
|
||||
* is initialized outside of the loop, is flipped after the VarlinkServer is setup, and
|
||||
* remains set until all serialized contents are handled. */
|
||||
|
Loading…
Reference in New Issue
Block a user