]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Switch virCommandRunRegex to use virStringSplit
authorJán Tomko <jtomko@redhat.com>
Wed, 19 Mar 2014 12:16:13 +0000 (13:16 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 20 Mar 2014 17:04:50 +0000 (18:04 +0100)
commit7dbbad35f200e9f8b9075f106654307c8b36c0ec
tree84bb094cd2b58261ce662c464b1c25245b0a5731
parentf2cc42868e440c795516ec2fd6a07cd759381492
Switch virCommandRunRegex to use virStringSplit

Instead of running the command asynchronously and reading the output
via fgets, let virCommand collect the output and split it with
virStringSplit.
src/util/vircommand.c