diff --git a/ntoskrnl/ps/quota.c b/ntoskrnl/ps/quota.c index de05a92a48f..f955818f78f 100644 --- a/ntoskrnl/ps/quota.c +++ b/ntoskrnl/ps/quota.c @@ -444,6 +444,10 @@ PspSetQuotaLimits( Status = STATUS_SUCCESS; } + else + { + Status = STATUS_SUCCESS; + } return Status; }