[driver] fixing auth_sys session after gss session
This commit is contained in:
parent
9dd4708aed
commit
2253b28ed3
1 changed files with 2 additions and 1 deletions
|
|
@ -2984,7 +2984,8 @@ NTSTATUS nfs41_CreateVNetRoot(
|
|||
pVNetRootContext->session = existing_mount->gssp_session;
|
||||
break;
|
||||
}
|
||||
if (pVNetRootContext->session)
|
||||
if (pVNetRootContext->session &&
|
||||
pVNetRootContext->session != INVALID_HANDLE_VALUE)
|
||||
found_matching_flavor = 1;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue