From 96332a2859c5e0e5a99ee6738b2a028c2829c87f Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sun, 30 Oct 2011 13:23:42 +0000 Subject: [PATCH] Fix typo This commit was SVN r25400. --- opal/mca/hwloc/base/hwloc_base_dt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/hwloc/base/hwloc_base_dt.c b/opal/mca/hwloc/base/hwloc_base_dt.c index 0e66d48b44..2ab6c1256b 100644 --- a/opal/mca/hwloc/base/hwloc_base_dt.c +++ b/opal/mca/hwloc/base/hwloc_base_dt.c @@ -45,7 +45,7 @@ int opal_hwloc_pack(opal_buffer_t *buffer, const void *src, /* get the available support - hwloc unfortunately does * not include this info in its xml export! */ - support = (struct hwloc_topology_support*)hwloc_topology_get_support(opal_hwloc_topology); + support = (struct hwloc_topology_support*)hwloc_topology_get_support(t); /* pack the discovery support */ if (OPAL_SUCCESS != (rc = opal_dss.pack(buffer, support->discovery, sizeof(struct hwloc_topology_discovery_support),