]> git.ipfire.org Git - thirdparty/git.git/blobdiff - credential.c
Merge branch 'js/t1450-making-it-writable-does-not-need-full-posixperm'
[thirdparty/git.git] / credential.c
index 000ac7a8d430e4d14472c068b9817e1fc8ee69bd..e7240f3f636f9d687836b7fe6df65b548ce285fd 100644 (file)
@@ -105,7 +105,7 @@ static int match_partial_url(const char *url, void *cb)
 static void credential_apply_config(struct credential *c)
 {
        char *normalized_url;
-       struct urlmatch_config config = { STRING_LIST_INIT_DUP };
+       struct urlmatch_config config = URLMATCH_CONFIG_INIT;
        struct strbuf url = STRBUF_INIT;
 
        if (!c->host)