WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] merge

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 65e0699dc9e11e3b297865d4bf184856d916955f
# Parent  1a1c0f9b242edc6d614500c929f11d8ef47e553c
# Parent  80e393599413fdcd38b1e438042e22d218bec272
merge

diff -r 1a1c0f9b242e -r 65e0699dc9e1 tools/console/daemon/io.c
--- a/tools/console/daemon/io.c Thu Nov 17 12:02:19 2005
+++ b/tools/console/daemon/io.c Thu Nov 17 12:03:13 2005
@@ -114,7 +114,7 @@
                        buffer->data, buffer->max_capacity);
                buffer->data = realloc(buffer->data,
                                       buffer->max_capacity);
-               buffer->capacity = buffer->max_capacity;
+               buffer->size = buffer->capacity = buffer->max_capacity;
        }
 }
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>