* NEWS configure.in docs//* include/libvirt/libvirt.h libvirt.specx.*:

preparing release 0.1.5
* proxy/libvirt_proxy.c src/xen_internal.c: tiny fixes
Daniel
This commit is contained in:
Daniel Veillard
2006-09-05 06:48:44 +00:00
parent f247adc56c
commit 786e029cd7
9 changed files with 75 additions and 4 deletions

View File

@@ -576,7 +576,7 @@ retry2:
req->len = sizeof(virProxyPacket);
} else {
int xmllen = strlen(xml);
if (xmllen > sizeof(request.extra.str)) {
if (xmllen > (int) sizeof(request.extra.str)) {
req->data.arg = -2;
req->len = sizeof(virProxyPacket);
} else {