[REACTOS] Replace comparison against TRUE with comparison against FALSE
[reactos.git] / reactos / dll / win32 / lsasrv / privileges.c
index f880b0c..bb2b36f 100644 (file)
@@ -332,7 +332,7 @@ done:
         }
     }
 
-    if ((Status == STATUS_SUCCESS) && (MoreEntries == TRUE))
+    if ((Status == STATUS_SUCCESS) && (MoreEntries != FALSE))
         Status = STATUS_MORE_ENTRIES;
 
     return Status;