summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-04-15 14:46:27 +0000
committerJeremy Allison <jra@samba.org>2003-04-15 14:46:27 +0000
commit030e760cdb0a180f6d053700c255eea9613ad948 (patch)
tree3416bd294943f6440a184e94892109c7558df85e
parent4bde67ef6011aecc023be5b0f56687da3ca7a875 (diff)
downloadsamba-030e760cdb0a180f6d053700c255eea9613ad948.tar.gz
samba-030e760cdb0a180f6d053700c255eea9613ad948.tar.bz2
samba-030e760cdb0a180f6d053700c255eea9613ad948.zip
Tested on Win2k, now I think I know what success/fail means in fdsess test.
Jeremy. (This used to be commit dda94e37311d967e484fac15bac585e19dfc8a13)
-rw-r--r--source3/torture/torture.c2
1 files changed, 2 insertions, 0 deletions
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;