diff options
author | Andreas Schneider <asn@samba.org> | 2013-12-04 14:02:00 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-12-06 03:07:32 +0100 |
commit | 30231b256d8b14337a7ffe04fc031cf5693110f4 (patch) | |
tree | 3e64a1a497df05615121ad5ec39bd92dfca3d506 /source3 | |
parent | 5f92c81fb67687cc4586e675e722192350745971 (diff) | |
download | samba-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
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/nbio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c index 519955d30a..fba83ea9bf 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; |