diff options
Diffstat (limited to 'usr/src/common/fsreparse/fs_reparse.c')
-rw-r--r-- | usr/src/common/fsreparse/fs_reparse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/common/fsreparse/fs_reparse.c b/usr/src/common/fsreparse/fs_reparse.c index 82da0349fd..787706af35 100644 --- a/usr/src/common/fsreparse/fs_reparse.c +++ b/usr/src/common/fsreparse/fs_reparse.c @@ -80,8 +80,7 @@ reparse_init(void) void reparse_free(nvlist_t *nvl) { - if (nvl) - nvlist_free(nvl); + nvlist_free(nvl); } /* |