diff options
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r-- | sys/kern/vfs_aio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index ea26dbd..861e7e3 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -673,6 +673,8 @@ aio_daemon(void *uproc) mycp->p_fd = NULL; mycp->p_ucred = crcopy(mycp->p_ucred); mycp->p_ucred->cr_uid = 0; + uifree(mycp->p_ucred->cr_uidinfo); + mycp->p_ucred->cr_uidinfo = uifind(0); mycp->p_ucred->cr_ngroups = 1; mycp->p_ucred->cr_groups[0] = 1; |