diff --git a/sys/nfs41_driver.c b/sys/nfs41_driver.c index f312572..b39aafe 100644 --- a/sys/nfs41_driver.c +++ b/sys/nfs41_driver.c @@ -2361,7 +2361,7 @@ static NTSTATUS has_nfs_prefix( { NTSTATUS status = STATUS_BAD_NETWORK_NAME; - if (NetRootName->Length >= SrvCallName->Length + NfsPrefix.Length) { + if (NetRootName->Length == SrvCallName->Length + NfsPrefix.Length) { const UNICODE_STRING NetRootPrefix = { NfsPrefix.Length, NetRootName->MaximumLength - SrvCallName->Length,