search for: bltmp

Displaying 1 result from an estimated 1 matches for "bltmp".

Did you mean: bldtmp
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...ead"); + bootloader = info->u.pv.bootloader; + /* If the full path is not specified, check in the libexec path */ - if ( info->u.pv.bootloader[0] != ''/'' ) { - char *bootloader; + if ( bootloader[0] != ''/'' ) { + const char *bltmp; struct stat st; - bootloader = libxl__abs_path(gc, info->u.pv.bootloader, - libxl__libexec_path()); + bltmp = libxl__abs_path(gc, bootloader, libxl__libexec_path()); /* Check to see if the file exists in this location; if not...