]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:torture: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 11 Apr 2023 07:37:21 +0000 (19:37 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 12 Apr 2023 13:52:32 +0000 (13:52 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/torture/rpc/samr.c

index 0b1880efa18addf3ff227d25521b2de1a3b8d4bc..70da47b3beb8c364a37e7a3ed75c7ce84271f492 100644 (file)
@@ -8801,7 +8801,7 @@ static bool test_OpenDomain(struct dcerpc_pipe *p, struct torture_context *tctx,
 
        torture_assert(tctx, test_samr_handle_Close(b, tctx, &domain_handle), "Failed to close SAMR domain handle");
 
-       torture_assert(tctx, test_Connect(b, tctx, &ctx->handle), "Faile to re-connect SAMR handle");
+       torture_assert(tctx, test_Connect(b, tctx, &ctx->handle), "Failed to re-connect SAMR handle");
        /* reconnect the main handle */
 
        if (!ret) {