
12 Aug
2024
12 Aug
'24
3:33 p.m.
On 8/12/24 15:19, Daniel P. Berrangé wrote:
This method is deprecated in libssh 0.11.0 in favour of the more flexible ssh_channel_get_exit_state. Rewrite our code to call the latter, and provide a compat shim that only fills out exit status.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/rpc/virnetlibsshsession.c | 50 +++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 8 deletions(-)
Heh, looks like we were thinking alike: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/GCXIR... Michal