summaryrefslogtreecommitdiff
path: root/usr/src/lib/libscf/common/highlevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libscf/common/highlevel.c')
-rw-r--r--usr/src/lib/libscf/common/highlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libscf/common/highlevel.c b/usr/src/lib/libscf/common/highlevel.c
index 7defe4ef51..98caa9e518 100644
--- a/usr/src/lib/libscf/common/highlevel.c
+++ b/usr/src/lib/libscf/common/highlevel.c
@@ -412,7 +412,7 @@ scf_default_secflags(scf_handle_t *hndl, scf_secflags_t *flags)
uu_die("Allocation failure\n");
if (scf_handle_decode_fmri(hndl, pfmri,
- NULL, NULL, NULL, NULL, prop, NULL) != 0)
+ NULL, NULL, NULL, NULL, prop, 0) != 0)
goto next;
if (scf_property_get_value(prop, val) != 0)