1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s3-torture: Call cli_flush().

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>

Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Fri Dec  6 03:07:32 CET 2013 on sn-devel-104
This commit is contained in:
Andreas Schneider 2013-12-04 14:02:00 +01:00 committed by Michael Adam
parent 5f92c81fb6
commit 30231b256d

View File

@ -306,7 +306,8 @@ void nb_flush(int fnum)
{
int i;
i = find_handle(fnum);
/* hmmm, we don't have cli_flush() yet */
cli_flush(NULL, c, i);
}
static int total_deleted;