|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH,v2]: xl: don't free string literals
On Wed, 2010-09-08 at 17:46 +0100, Ian Campbell wrote:
> On Wed, 2010-09-08 at 17:31 +0100, Gianni Tedesco wrote:
> >
> > /* then process config related to dm */
> > - if (!xlu_cfg_get_string (config, "device_model", &buf))
> > - dm_info->device_model = strdup(buf);
> > + !xlu_cfg_replace_string (config, "device_model",
> > &dm_info->device_model);
>
> Stray ! at the start of the new line?
Indeed.
Jackson, I can re-post this or probably easier for you to fix up
manually before committing?
Gianni
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|