qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] curl: refuse to open URL from HTTP server wi


From: Richard W.M. Jones
Subject: Re: [Qemu-devel] [PATCH v2] curl: refuse to open URL from HTTP server without range support
Date: Mon, 17 Jun 2013 11:54:49 +0100
User-agent: Mutt/1.5.20 (2009-12-10)

On Mon, Jun 17, 2013 at 06:09:23PM +0800, Fam Zheng wrote:
> +    if (real_size >= strlen(accept_len)

What's accept_len?  This patch gives me a couple of compile errors:

block/curl.c: In function ‘curl_header_cb’:
block/curl.c:120:9: error: ‘real_size’ undeclared (first use in this function)
block/curl.c:120:9: note: each undeclared identifier is reported only once for 
each function it appears in
block/curl.c:120:29: error: ‘accept_len’ undeclared (first use in this function)
make: *** [block/curl.o] Error 1

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]