Ignore option nofail (bug 51521)

This commit is contained in:
wbaumann
2017-07-22 18:32:59 +00:00
parent 182e29206c
commit 5079a9a09e
2 changed files with 7 additions and 0 deletions

View File

@ -1542,6 +1542,7 @@ get_options(dav_args *args, char *option)
AUTO,
NOAUTO,
COMMENT,
NOFAIL,
DEFAULTS,
END
};
@ -1571,6 +1572,7 @@ get_options(dav_args *args, char *option)
[AUTO] = "auto",
[NOAUTO] = "noauto",
[COMMENT] = "comment",
[NOFAIL] = "nofail",
[DEFAULTS] = "defaults",
[END] = NULL
};
@ -1671,6 +1673,7 @@ get_options(dav_args *args, char *option)
case AUTO:
case NOAUTO:
case COMMENT:
case NOFAIL:
case DEFAULTS:
break;
default: