[PATCH] Fix type typo in VSMigrationService:raise_deleted_ind()

# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1217447729 25200 # Node ID 8b18b2a122d73a517c98b971841ebe3642d33578 # Parent d7406e2f4670208cfe61ef9c0065164292ab3942 Fix type typo in VSMigrationService:raise_deleted_ind() Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r d7406e2f4670 -r 8b18b2a122d7 src/Virt_VSMigrationService.c --- a/src/Virt_VSMigrationService.c Tue Jul 29 12:34:38 2008 -0700 +++ b/src/Virt_VSMigrationService.c Wed Jul 30 12:55:29 2008 -0700 @@ -857,7 +857,7 @@ ind = prepare_indication(_BROKER, inst, job->ref_ns, MIG_DELETED, &s); - rc = raise_indication(job->context, MIG_MODIFIED, job->ref_ns, + rc = raise_indication(job->context, MIG_DELETED, job->ref_ns, inst, ind); if (!rc) CU_DEBUG("Failed to raise indication");

Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1217447729 25200 # Node ID 8b18b2a122d73a517c98b971841ebe3642d33578 # Parent d7406e2f4670208cfe61ef9c0065164292ab3942 Fix type typo in VSMigrationService:raise_deleted_ind()
Signed-off-by: Dan Smith <danms@us.ibm.com>
diff -r d7406e2f4670 -r 8b18b2a122d7 src/Virt_VSMigrationService.c
+1 -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
participants (2)
-
Dan Smith
-
Kaitlin Rupert