From bbc6e216bdc858e70bfdebbab69d96c7dd23c3d2 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Sun, 7 May 2006 19:26:48 +0000 Subject: r15502: Typo fix. rafal (This used to be commit f076041ff16cbc3f58d0d6244fc0857b34533dda) --- source4/torture/rpc/async_bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/async_bind.c b/source4/torture/rpc/async_bind.c index aeac909e9d..18ed139ac7 100644 --- a/source4/torture/rpc/async_bind.c +++ b/source4/torture/rpc/async_bind.c @@ -51,7 +51,7 @@ BOOL torture_async_bind(struct torture_context *torture) const struct dcerpc_interface_table **table; if (!lp_parm_bool(-1, "torture", "async", False)) { - printf("async bind test disabled - enable dangerous tests to use\n"); + printf("async bind test disabled - enable async tests to use\n"); return True; } -- cgit