qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 17/28] migration: another case of global variable as


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 17/28] migration: another case of global variable assigned to local one
Date: Wed, 23 Feb 2011 22:47:26 +0100

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 21f5a9a..593adee 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.4




reply via email to

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