From: Richard Jones Date: Fri, 10 Jul 2009 11:06:11 +0000 (+0100) Subject: Fix for returning structures (hashes) from Perl calls. X-Git-Tag: 1.0.57~5 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ca75b55ec25f8ae3463702f16cdeb95ebde2916a;hp=ca75b55ec25f8ae3463702f16cdeb95ebde2916a;p=libguestfs.git Fix for returning structures (hashes) from Perl calls. Calls such as stat and statvfs which returned a single structure were returning an array of values instead of a full hash of keys + values. Fix this by pushing the key names on the stack too. ---