]> Git Repo - qemu.git/blobdiff - dump.c
hw/pvrdma: Fill error code in command's response
[qemu.git] / dump.c
diff --git a/dump.c b/dump.c
index 500b554523f2cfb4f65929e44c79a8e39e2a00c4..4ec94c5e25775cc965803b15115b8389ccd2d898 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -1890,8 +1890,7 @@ static void dump_process(DumpState *s, Error **errp)
     /* should never fail */
     assert(result);
     qapi_event_send_dump_completed(result, !!local_err, (local_err ? \
-                                   error_get_pretty(local_err) : NULL),
-                                   &error_abort);
+                                   error_get_pretty(local_err) : NULL));
     qapi_free_DumpQueryResult(result);
 
     error_propagate(errp, local_err);
This page took 0.023283 seconds and 4 git commands to generate.