From bc9b94a3e5e82c4b101e2972a6dc1382f2880148 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 Apr 2006 02:55:16 +0000 Subject: r14980: fixed several IBM checker errors in gentest and masktest (This used to be commit 98016479a9f61b7a4aef83f7eef2876d84013e57) --- source4/torture/masktest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/masktest.c') diff --git a/source4/torture/masktest.c b/source4/torture/masktest.c index cb88e573e2..c37efc0472 100644 --- a/source4/torture/masktest.c +++ b/source4/torture/masktest.c @@ -182,6 +182,8 @@ static void testpair(struct smbcli_state *cli, char *mask, char *file) smbcli_unlink(cli->tree, file); if (count % 100 == 0) DEBUG(0,("%d\n", count)); + + resultp = NULL; } static void test_mask(int argc, char *argv[], -- cgit