1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r15502: Typo fix.

rafal
(This used to be commit f076041ff1)
This commit is contained in:
Rafal Szczesniak 2006-05-07 19:26:48 +00:00 committed by Gerald (Jerry) Carter
parent 8792ff810d
commit bbc6e216bd

View File

@ -51,7 +51,7 @@ BOOL torture_async_bind(struct torture_context *torture)
const struct dcerpc_interface_table **table; const struct dcerpc_interface_table **table;
if (!lp_parm_bool(-1, "torture", "async", False)) { 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; return True;
} }