diff -r 470f0c2e505e -r 3020d1b5e7bd dav/config.c --- a/dav/config.c Wed Jul 13 14:38:17 2016 +0200 +++ b/dav/config.c Wed Jul 13 16:27:06 2016 +0200 @@ -267,7 +267,7 @@ } } else if(xstreq(key, "authmethods")) { repo->authmethods = CURLAUTH_NONE; - const char *delims = " ,\r\n"; + const char *delims = " \r\n"; char *meths = strdup(value); char *meth = strtok(meths, delims); while (meth) {