]> git.ipfire.org Git - thirdparty/libvirt.git/commit
commandtest: Use unsigned char in test27()
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Mar 2022 11:11:44 +0000 (12:11 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 1 Dec 2022 13:22:39 +0000 (14:22 +0100)
commit5690c9594ef30167fecf6fb502c42808c090ff11
treef08eff4356fc25021a720f717a74b4922e3caaf4
parentd1f7fb7a8da8eb7849c96ba62482f293f342b3df
commandtest: Use unsigned char in test27()

In test27() the virCommandSetSendBuffer() is used, which expects
unsigned char. Use that type for variables which are passed to
the function.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
tests/commandtest.c