[libvirt] [PATCH] dnsmasq.c: Fix OOM error reporting

Eric Blake eblake at redhat.com
Mon May 3 19:29:47 UTC 2010


On 05/03/2010 12:56 PM, Matthias Bolte wrote:
> Also do some indentation clean up.
> @@ -99,9 +99,8 @@ hostsfileAdd(dnsmasqHostsfile *hostsfile,
>      return 0;
>  
>   alloc_error:
> -    virReportSystemError(ENOMEM,
> -        _("Failed to add dhcp host entry: mac=%s, ip=%s, name=%s\n"),
> -        mac, ip, (name ? name : "(null)"));
> +    virReportOOMError();
> +
>      return -1;
>  }

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100503/ad83ede7/attachment-0001.sig>


More information about the libvir-list mailing list