|
|
@ -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); |
|
|
|
|
|
|
|