Assert on failure to join domain in NBT-DGRAM
[samba.git] / source4 / torture / nbt / dgram.c
index 665a08bd5c1ed25ef7292d53df2d4a52a6ea7c1a..eac2b1fe30951169663a50f66ba1edefb6848408 100644 (file)
@@ -291,6 +291,10 @@ static bool nbt_test_netlogon2(struct torture_context *tctx)
        join_ctx = torture_join_domain(tctx, TEST_NAME, 
                                       ACB_WSTRUST, &machine_credentials);
 
+       torture_assert(tctx, join_ctx != NULL,
+                      talloc_asprintf(tctx, "Failed to join domain %s as %s\n",
+                                      lp_workgroup(tctx->lp_ctx), TEST_NAME));
+
        dom_sid = torture_join_sid(join_ctx);
 
        /* setup (another) temporary mailslot listener for replies */