1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3-torture/utable.c: replace cli_read_old() with cli_read()

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Björn Baumbach 2011-07-22 13:46:57 +02:00 committed by Stefan Metzmacher
parent ebc53c3575
commit 78333531de

View File

@ -188,7 +188,7 @@ bool torture_casetable(int dummy)
return False;
}
cli_read_old(cli, fnum, (char *)c2, 0, size);
cli_read(cli, fnum, (char *)c2, 0, size, NULL);
printf("%04x: ", c);
equiv[c][0] = c;
for (i=0; i<size/sizeof(int); i++) {