All of lore.kernel.org
 help / color / mirror / Atom feed
* libxl: copy & paste bug
@ 2010-10-05 10:05 Christoph Egger
  2010-10-05 10:08 ` Ian Campbell
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Egger @ 2010-10-05 10:05 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com


Hi!

In tools/libxl/libxl_bootloader.c, at the end of the
function libxl_run_bootloader() are the following lines:

if (fifo_fd > -1)
    close(fifo_fd);
if (bootloader_fd > -1)
    close(bootloader_fd);
if (xenconsoled_fd > -1)
    close(xenconsoled_fd);
if (xenconsoled_slave > -1)
    close(xenconsoled_fd);

The last line is wrong. It should be:

    close(xenconsoled_slave);

Christoph


-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-05 13:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05 10:05 libxl: copy & paste bug Christoph Egger
2010-10-05 10:08 ` Ian Campbell
2010-10-05 10:47   ` Christoph Egger
2010-10-05 12:40     ` Ian Campbell
2010-10-05 13:22     ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.