fdfree() clears p_fd for us, no need to do it again.

This commit is contained in:
John Baldwin 2002-10-18 17:44:39 +00:00
parent 4562d72638
commit 6d345e2a45

View File

@ -781,7 +781,6 @@ aio_daemon(void *uproc)
* filedescriptors, except as temporarily inherited from the client.
*/
fdfree(td);
mycp->p_fd = NULL;
mtx_unlock(&Giant);
/* The daemon resides in its own pgrp. */