]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: zfs: Use g_strsplit instead of virStringSplitCount
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 Mar 2021 15:46:15 +0000 (16:46 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 12 Apr 2021 13:55:10 +0000 (15:55 +0200)
commitd9da00752521673d61a3f64e78a4d36747447ca8
treef2fcfcddcc0da78093e848595031e8339789f26f
parent01f7251457261829473beb4a4b144b05f9f2f682
storage: zfs: Use g_strsplit instead of virStringSplitCount

Both instances just check the length once. Replicate that faithfully.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/storage/storage_backend_zfs.c