mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
src/xend_internal.c (xenDaemonParseSxpr): Add const to "root" parameter.
This piece was mistakenly omitted from the previous patch.
This commit is contained in:
parent
07f8a8b34a
commit
deefaf1891
@ -2172,7 +2172,7 @@ error:
|
||||
*/
|
||||
static virDomainDefPtr
|
||||
xenDaemonParseSxpr(virConnectPtr conn,
|
||||
struct sexpr *root,
|
||||
const struct sexpr *root,
|
||||
int xendConfigVersion,
|
||||
const char *cpus)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user