
27 Jan
2009
27 Jan
'09
11:59 a.m.
"Daniel P. Berrange" <berrange@redhat.com> wrote:
On Thu, Jan 22, 2009 at 07:15:19PM +0100, Jim Meyering wrote:
"Daniel P. Berrange" <berrange@redhat.com> wrote: ... Did that, and likewise the similar allocation a little above this chunk ...
All looks fine. ACK. You'll have noticed that the fix below is already committed.
diff --git a/src/virterror.c b/src/virterror.c --- a/src/virterror.c +++ b/src/virterror.c @@ -1059,7 +1059,7 @@ void virReportSystemErrorFull(virConnect } }
- if (!msgDetailBuf) + if (!msgDetail) msgDetail = errnoDetail;
virRaiseError(conn, NULL, NULL, domcode, VIR_ERR_SYSTEM_ERROR, VIR_ERR_ERROR,