qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 16/23] migration: another case of global variable as


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 16/23] migration: another case of global variable assigned to local one
Date: Tue, 20 Sep 2011 16:19:44 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 migration.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/migration.c b/migration.c
index 1ab26fb..f405d3c 100644
--- a/migration.c
+++ b/migration.c
@@ -136,9 +136,8 @@ void do_info_migrate(Monitor *mon, QObject **ret_data)
     QDict *qdict;

     if (current_migration) {
-        MigrationState *s = current_migration;

-        switch (s->state) {
+        switch (current_migration->state) {
         case MIG_STATE_NONE:
             /* no migration has happened ever */
             break;
-- 
1.7.6.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]