mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-31 00:45:18 +00:00
3144e881b1
The changes for sparse stream support started passing virshStreamCallbackDataPtr to virshStreamSink instead of passing a simple file descriptor, but forgot to adjust all the callers. Fix it in cmdScreenshot as well. https://bugzilla.redhat.com/show_bug.cgi?id=1875195 Signed-off-by: Ján Tomko <jtomko@redhat.com> Fixes: 9e745a97171e10f050962c166082439d6724e245 Reviewed-by: Martin Kletzander <mkletzan@redhat.com>