GCSPRINTF("%s/name", libxl_path),
(const char **)(&channel->name));
if (rc) goto out;
- rc = libxl__xs_read_checked(NOGC, XBT_NULL,
+ rc = libxl__xs_read_checked(gc, XBT_NULL,
GCSPRINTF("%s/connection", libxl_path), &tmp);
if (rc) goto out;
if (!strcmp(tmp, "pty")) {
memset(nic->mac, 0, sizeof(nic->mac));
}
- rc = libxl__xs_read_checked(gc, XBT_NULL,
+ rc = libxl__xs_read_checked(NOGC, XBT_NULL,
GCSPRINTF("%s/ip", libxl_path),
(const char **)(&nic->ip));
if (rc) goto out;
- rc = libxl__xs_read_checked(gc, XBT_NULL,
+ rc = libxl__xs_read_checked(NOGC, XBT_NULL,
GCSPRINTF("%s/bridge", libxl_path),
(const char **)(&nic->bridge));
if (rc) goto out;
- rc = libxl__xs_read_checked(gc, XBT_NULL,
+ rc = libxl__xs_read_checked(NOGC, XBT_NULL,
GCSPRINTF("%s/script", libxl_path),
(const char **)(&nic->script));
if (rc) goto out;
- rc = libxl__xs_read_checked(gc, XBT_NULL,
+ rc = libxl__xs_read_checked(NOGC, XBT_NULL,
GCSPRINTF("%s/forwarddev", libxl_path),
(const char **)(&nic->coloft_forwarddev));
if (rc) goto out;