summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-12-04 14:02:00 +0100
committerMichael Adam <obnox@samba.org>2013-12-06 03:07:32 +0100
commit30231b256d8b14337a7ffe04fc031cf5693110f4 (patch)
tree3e64a1a497df05615121ad5ec39bd92dfca3d506
parent5f92c81fb67687cc4586e675e722192350745971 (diff)
downloadsamba-30231b256d8b14337a7ffe04fc031cf5693110f4.tar.gz
samba-30231b256d8b14337a7ffe04fc031cf5693110f4.tar.xz
samba-30231b256d8b14337a7ffe04fc031cf5693110f4.zip
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
-rw-r--r--source3/torture/nbio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c
index 519955d30a7..fba83ea9bfb 100644
--- a/source3/torture/nbio.c
+++ b/source3/torture/nbio.c
@@ -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;