s3-torture: Call cli_flush().
authorAndreas Schneider <asn@samba.org>
Wed, 4 Dec 2013 13:02:00 +0000 (14:02 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 6 Dec 2013 02:07:32 +0000 (03:07 +0100)
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

source3/torture/nbio.c

index 519955d30a738d0ec98d412b8d438175cc50500c..fba83ea9bfb68d415c99b7669f23e49a04e6f3f2 100644 (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;