All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xl: Fixup filename->source after 25344:0f3b1e13d6af
@ 2012-05-15 15:49 George Dunlap
  2012-05-15 16:04 ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: George Dunlap @ 2012-05-15 15:49 UTC (permalink / raw)
  To: xen-devel; +Cc: george.dunlap

Because of conflicts with another patch, changeset 25344:0f3b1e13d6af missed
one change.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>

diff -r ec972fec40a3 -r 99244350516a tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c	Tue May 15 16:28:16 2012 +0100
+++ b/tools/libxl/xl_cmdimpl.c	Tue May 15 16:48:49 2012 +0100
@@ -1931,7 +1931,7 @@ start:
                 /* Reparse the configuration in case it has changed */
                 libxl_domain_config_dispose(&d_config);
                 libxl_domain_config_init(&d_config);
-                parse_config_data(config_file, config_data, config_len,
+                parse_config_data(config_source, config_data, config_len,
                                   &d_config, dom_info);
 
                 /*

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

end of thread, other threads:[~2012-05-15 16:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 15:49 [PATCH] xl: Fixup filename->source after 25344:0f3b1e13d6af George Dunlap
2012-05-15 16:04 ` Ian Campbell
2012-05-15 16:16   ` George Dunlap

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.