git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a debug msg typo
[ira/wip.git]
/
source3
/
torture
/
torture.c
diff --git
a/source3/torture/torture.c
b/source3/torture/torture.c
index 6029eb072781d8cc1670385009b2ad0f1d3644ae..1b9e394a681249c564b3ed175e0c6ebaeb74a577 100644
(file)
--- a/
source3/torture/torture.c
+++ b/
source3/torture/torture.c
@@
-5203,7
+5203,7
@@
static bool run_cli_echo(int dummy)
struct async_req *req;
NTSTATUS status;
- printf("starting c
hain1
test\n");
+ printf("starting c
li_echo
test\n");
if (!torture_open_connection(&cli, 0)) {
return false;
}