summaryrefslogtreecommitdiff
path: root/source4/torture/raw/qfsinfo.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-06 05:51:58 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-06 05:51:58 +0000
commit60f4bb657a5bbec766e170cb0755b1f36a33c8bc (patch)
treeac2f7a5bdb6480a5ddf6b10c56330472d0fec1a9 /source4/torture/raw/qfsinfo.c
parenteeffb71c727d6142f70865cfc512595aef36ed90 (diff)
downloadsamba-60f4bb657a5bbec766e170cb0755b1f36a33c8bc.tar.gz
allow qfsinfo to continue with just 10 levels supported in the server
(This used to be commit 9476dd562010dc30dd9aea777e0cede273e6e29a)
Diffstat (limited to 'source4/torture/raw/qfsinfo.c')
-rw-r--r--source4/torture/raw/qfsinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/qfsinfo.c b/source4/torture/raw/qfsinfo.c
index 4d157383f62..347b34b3e2f 100644
--- a/source4/torture/raw/qfsinfo.c
+++ b/source4/torture/raw/qfsinfo.c
@@ -147,7 +147,7 @@ BOOL torture_raw_qfsinfo(int dummy)
if (count != 0) {
ret = False;
printf("%d levels failed\n", count);
- if (count > 10) {
+ if (count > 13) {
printf("too many level failures - giving up\n");
goto done;
}