mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 10:25:06 +00:00
qga: Fix typo (plural) in comment
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
4fc00556ab
commit
8e8be266af
@ -1110,7 +1110,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
if (ga_is_frozen(s)) {
|
if (ga_is_frozen(s)) {
|
||||||
if (daemonize) {
|
if (daemonize) {
|
||||||
/* delay opening/locking of pidfile till filesystem are unfrozen */
|
/* delay opening/locking of pidfile till filesystems are unfrozen */
|
||||||
s->deferred_options.pid_filepath = pid_filepath;
|
s->deferred_options.pid_filepath = pid_filepath;
|
||||||
become_daemon(NULL);
|
become_daemon(NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user