diff options
author | Jason King <jason.king@joyent.com> | 2018-04-26 19:10:29 -0500 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2018-04-26 19:10:29 -0500 |
commit | 640f22a2c2ca83e2a44262447ae586ee3eef578c (patch) | |
tree | 1d5e8499b919cbe765fa88d22c7b910b010d9f33 | |
parent | 66553c8869d9caae74e97446fbff57269007b410 (diff) | |
download | illumos-joyent-topo_fix.tar.gz |
fixtopo_fix
-rw-r--r-- | usr/src/lib/fm/topo/libtopo/common/topo_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/fm/topo/libtopo/common/topo_subr.c b/usr/src/lib/fm/topo/libtopo/common/topo_subr.c index 9d68061e11..8d9408dd59 100644 --- a/usr/src/lib/fm/topo/libtopo/common/topo_subr.c +++ b/usr/src/lib/fm/topo/libtopo/common/topo_subr.c @@ -561,7 +561,7 @@ static const topo_pgroup_info_t auth_pgroup = { void topo_pgroup_hcset(tnode_t *node, nvlist_t *auth) { - int err, ret; + int err; char isa[MAXNAMELEN]; struct utsname uts; char *prod, *psn, *csn, *server; |