From 1c211a2e43db46c649a963ec883481cc4321870a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 Jan 2007 11:50:33 +0000 Subject: r20650: revert a bunch of code I didn't mean to commit yet (This used to be commit b3e2d4908781781a487eaeb683d22eb967e5597d) --- source4/torture/gentest.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/torture/gentest.c') diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c index 0b0ab3f31c..9ad41f77e5 100644 --- a/source4/torture/gentest.c +++ b/source4/torture/gentest.c @@ -1,10 +1,3 @@ -/* - add to build farm - add masktest and locktest too - add -W flag - convert to popt_common -*/ - /* Unix SMB/CIFS implementation. generic testing tool @@ -361,7 +354,6 @@ static int gen_int_range(uint_t min, uint_t max) static uint16_t gen_root_fid(int instance) { if (gen_chance(5)) return gen_fnum(instance); - if (gen_chance(2)) return BAD_HANDLE; return 0; } -- cgit