diff options
Diffstat (limited to 'usr/src/cmd/idmap/idmapd/idmapd.c')
-rw-r--r-- | usr/src/cmd/idmap/idmapd/idmapd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/idmap/idmapd/idmapd.c b/usr/src/cmd/idmap/idmapd/idmapd.c index 765aebcd92..1ca4c1b0a1 100644 --- a/usr/src/cmd/idmap/idmapd/idmapd.c +++ b/usr/src/cmd/idmap/idmapd/idmapd.c @@ -243,6 +243,8 @@ main(int argc, char **argv) } else (void) umask(0077); + idmap_init_tsd_key(); + init_idmapd(); if (__init_daemon_priv(PU_RESETGROUPS|PU_CLEARLIMITSET, |