davfs2: update to 1.6.1

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2021-12-15 18:21:01 -08:00
parent 89d5d2e091
commit 461c972d86
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
if (!mpoint)
error(EXIT_FAILURE, 0,
_("can't evaluate path of mount point %s"), mpoint);
@@ -2131,7 +2131,7 @@ read_config(dav_args *args, const char *
@@ -2109,7 +2109,7 @@ read_config(dav_args *args, const char *
error_at_line(EXIT_FAILURE, 0, filename, lineno,
_("malformed line"));
*(parmv[0] + strlen(parmv[0]) - 1) = '\0';
@@ -27,7 +27,7 @@
if (mp) {
applies = (strcmp(mp, mpoint) == 0);
free(mp);
@@ -2386,7 +2386,7 @@ read_secrets(dav_args *args, const char
@@ -2364,7 +2364,7 @@ read_secrets(dav_args *args, const char
if (scheme && !port)
port = ne_uri_defaultport(scheme);