[Spice-commits] server/reds.c
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Feb 12 08:28:27 UTC 2019
server/reds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 950e60db91280c148e25db72a813d7f08514fc6c
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Mon Feb 11 18:07:11 2019 +0000
reds: Fix typo in comment
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/server/reds.c b/server/reds.c
index 0ffabebe..d0efeb78 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -1612,7 +1612,7 @@ bool reds_handle_migrate_data(RedsState *reds, MainChannelClient *mcc,
}
}
} else {
- /* restore agent starts when the agent gets attached */
+ /* restore agent state when the agent gets attached */
spice_debug("saving mig_data");
spice_assert(agent_dev->priv->plug_generation == 0);
agent_dev->priv->mig_data = g_memdup(mig_data, size);
More information about the Spice-commits
mailing list