dav/config.c

changeset 247
3020d1b5e7bd
parent 228
c0175372c35d
child 252
6b8e287269fc
--- 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) {

mercurial