summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-05-07 19:26:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:43 -0500
commitbbc6e216bdc858e70bfdebbab69d96c7dd23c3d2 (patch)
tree54130b9c12ec6f35415040642b43eac803b1956b /source4
parent8792ff810dd038f2c669a75227633e6aceace6eb (diff)
downloadsamba-bbc6e216bdc858e70bfdebbab69d96c7dd23c3d2.tar.gz
samba-bbc6e216bdc858e70bfdebbab69d96c7dd23c3d2.tar.bz2
samba-bbc6e216bdc858e70bfdebbab69d96c7dd23c3d2.zip
r15502: Typo fix.
rafal (This used to be commit f076041ff16cbc3f58d0d6244fc0857b34533dda)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/async_bind.c2
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;
}