]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - scsi/pr-manager-helper.c
qapi: Drop qapi_event_send_FOO()'s Error ** argument
[thirdparty/qemu.git] / scsi / pr-manager-helper.c
index 3027dde60d647d6bc7432c95b11ceef7d009d2fb..438380fced66a0c13e8cff304df0317896d9ffae 100644 (file)
@@ -44,8 +44,7 @@ static void pr_manager_send_status_changed_event(PRManagerHelper *pr_mgr)
     char *id = object_get_canonical_path_component(OBJECT(pr_mgr));
 
     if (id) {
-        qapi_event_send_pr_manager_status_changed(id, !!pr_mgr->ioc,
-                                                  &error_abort);
+        qapi_event_send_pr_manager_status_changed(id, !!pr_mgr->ioc);
         g_free(id);
     }
 }