r25554: Convert last instances of BOOL, True and False to the standard types.
[kamenim/samba.git] / source4 / torture / rpc / unixinfo.c
index 2904e8b8dfc900825cd4fb60c3147842c6b7afde..cbe8cf0ff1b4971e8af49c479c2634af4333db81 100644 (file)
@@ -42,7 +42,7 @@ static bool test_sidtouid(struct torture_context *tctx, struct dcerpc_pipe *p)
        if (NT_STATUS_EQUAL(NT_STATUS_NONE_MAPPED, status)) {
        } else torture_assert_ntstatus_ok(tctx, status, "SidToUid failed");
 
-       return True;
+       return true;
 }
 
 /*