diff options
Diffstat (limited to 'source4/torture/rpc/async_bind.c')
-rw-r--r-- | source4/torture/rpc/async_bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |