From 0e6773525fa9d3fe9b7559ab4067e088f8a934d8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Aug 2007 14:42:37 +0000 Subject: r24741: More use of the torture API. (This used to be commit de05c3651a6e9e6611b296873526afd9292327c1) --- source4/torture/rpc/winreg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/rpc/winreg.c') diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index d433406c58..7559a4d8ac 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -533,7 +533,6 @@ static bool test_InitiateSystemShutdown(struct torture_context *tctx, torture_skip(tctx, "winreg_InitiateShutdown disabled - enable dangerous tests to use"); - r.in.hostname = &hostname; r.in.message = talloc(tctx, struct initshutdown_String); init_initshutdown_String(tctx, r.in.message, "spottyfood"); -- cgit