Added option "comment="
This commit is contained in:
@ -1429,6 +1429,7 @@ get_options(dav_args *args, char *option)
|
||||
ASYNC,
|
||||
AUTO,
|
||||
NOAUTO,
|
||||
COMMENT,
|
||||
DEFAULTS,
|
||||
END
|
||||
};
|
||||
@ -1455,6 +1456,7 @@ get_options(dav_args *args, char *option)
|
||||
[ASYNC] = "async",
|
||||
[AUTO] = "auto",
|
||||
[NOAUTO] = "noauto",
|
||||
[COMMENT] = "comment",
|
||||
[DEFAULTS] = "defaults",
|
||||
[END] = NULL
|
||||
};
|
||||
@ -1561,6 +1563,7 @@ get_options(dav_args *args, char *option)
|
||||
case ASYNC:
|
||||
case AUTO:
|
||||
case NOAUTO:
|
||||
case COMMENT:
|
||||
case DEFAULTS:
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user