From 030e760cdb0a180f6d053700c255eea9613ad948 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 15 Apr 2003 14:46:27 +0000 Subject: Tested on Win2k, now I think I know what success/fail means in fdsess test. Jeremy. (This used to be commit dda94e37311d967e484fac15bac585e19dfc8a13) --- source3/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 94ee4dc791..e4af6e9fcf 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -2010,6 +2010,8 @@ static BOOL run_fdsesstest(int dummy) cli_unlink(cli, fname1); } else { printf("create with different vuid, same cnum failed.\n"); + printf("This will cause problems with service clients.\n"); + ret = False; } cli->vuid = saved_vuid; -- cgit