[PATCH 14/14] s3-torture: Call cli_flush().

Andreas Schneider asn at samba.org
Wed Dec 4 06:02:00 MST 2013


Signed-off-by: Andreas Schneider <asn at samba.org>
---
 source3/torture/nbio.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c
index 519955d..fba83ea 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;
-- 
1.8.5




More information about the samba-technical mailing list