
23 Jan
2014
23 Jan
'14
2:39 p.m.
On 23/01/14 19:06, Martin Kletzander wrote:
On Thu, Jan 23, 2014 at 06:23:32PM +0800, Osier Yang wrote:
The return value of virGetFCHostNameByWWN is a strdup'ed string. Also add comments to declare that the caller should take care of freeing it. --- src/storage/storage_backend_scsi.c | 15 ++++++++++----- src/util/virutil.c | 5 ++++- 2 files changed, 14 insertions(+), 6 deletions(-)
ACK,
Thanks, pushed. Osier