mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
allow qfsinfo to continue with just 10 levels supported in the server
(This used to be commit 9476dd562010dc30dd9aea777e0cede273e6e29a)
This commit is contained in:
parent
eeffb71c72
commit
60f4bb657a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user