mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
davfs2: update to 1.6.1
Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user