summaryrefslogtreecommitdiff
path: root/usr/src/lib
diff options
context:
space:
mode:
authorRob Johnston <rob.johnston@joyent.com>2019-02-28 16:40:04 +0000
committerRob Johnston <rob.johnston@joyent.com>2019-02-28 16:46:26 +0000
commit3abe99b08f51c708615fde3464d90ceab6f54837 (patch)
treed4a4f801f6103d129c2c839994e6b570f4d52bf9 /usr/src/lib
parent5e31a4cb257e79aefd738be870b78afe473dfe63 (diff)
downloadillumos-joyent-3abe99b08f51c708615fde3464d90ceab6f54837.tar.gz
OS-7560 libtopo's XML serialization code is broken and incomplete (fix unused var)
OS-7609 fmtopo is missing code to handle properties of type TOPO_TYPE_FMRI_ARRAY (fix unused var)
Diffstat (limited to 'usr/src/lib')
-rw-r--r--usr/src/lib/fm/topo/libtopo/common/topo_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/fm/topo/libtopo/common/topo_xml.c b/usr/src/lib/fm/topo/libtopo/common/topo_xml.c
index 6b459642e6..3e3241c8f3 100644
--- a/usr/src/lib/fm/topo/libtopo/common/topo_xml.c
+++ b/usr/src/lib/fm/topo/libtopo/common/topo_xml.c
@@ -228,7 +228,7 @@ xlate_common(topo_mod_t *mp, xmlNodePtr xn, topo_type_t ptype, nvlist_t *nvl,
double dbl;
uint_t i = 0, nelems = 0;
nvlist_t *fmri;
- xmlChar *str, *estr;
+ xmlChar *str;
char **strarrbuf;
void *arrbuf;
nvlist_t **nvlarrbuf;