diff --git a/sys/nfs41_driver.c b/sys/nfs41_driver.c index 4c2c73a..d036989 100644 --- a/sys/nfs41_driver.c +++ b/sys/nfs41_driver.c @@ -1423,7 +1423,6 @@ nfs41_downcall ( print_error("[downcall] Nobody is waiting for this request!!!\n"); ExReleaseFastMutex(&cur->lock); nfs41_RemoveEntry(downcallLock, downcall, cur); - SeDeleteClientSecurity(cur->psec_ctx); RxFreePool(cur); status = STATUS_UNSUCCESSFUL; goto out_free;