[REACTOS] Replace comparison against TRUE with comparison against FALSE
[reactos.git] / reactos / dll / win32 / samsrv / setup.c
index 5694e9e..43f224d 100644 (file)
@@ -762,7 +762,7 @@ SampSetupCreateDomain(IN HANDLE hServerKey,
         goto done;
 
     /* Create the server SD */
-    if (bBuiltinDomain == TRUE)
+    if (bBuiltinDomain != FALSE)
         Status = SampCreateBuiltinDomainSD(&Sd,
                                            &SdSize);
     else