]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virBufferEscapeShell: Emit quotes for the empty string
authorGuido Günther <agx@sigxcpu.org>
Thu, 13 Oct 2011 21:48:40 +0000 (23:48 +0200)
committerGuido Günther <agx@sigxcpu.org>
Wed, 19 Oct 2011 07:24:01 +0000 (09:24 +0200)
commit04323fbcb4dd4bbd480aaa68ff0e8f1f5bfca7d4
tree4fa3835ec61650d9f201ba3817996f22629acebe
parentdad15a2e0213d3cd7b611632ccba77b165083b32
virBufferEscapeShell: Emit quotes for the empty string

Make the empty string return '' to match cmdEcho's behavior.
src/util/buf.c