mirror of
https://github.com/git/git.git
synced 2024-11-07 09:43:00 +01:00
Merge branch 'rn/push-dav'
* rn/push-dav: http-push: Make WebDAV work with (broken?) default apache2 WebDAV module
This commit is contained in:
commit
ca9e3b124f
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ static void start_put(struct transfer_request *request)
|
|||
request->dest = xmalloc(strlen(request->url) + 14);
|
||||
sprintf(request->dest, "Destination: %s", request->url);
|
||||
posn += 38;
|
||||
*(posn++) = '.';
|
||||
*(posn++) = '_';
|
||||
strcpy(posn, request->lock->token);
|
||||
|
||||
slot = get_active_slot();
|
||||
|
|
Loading…
Reference in a new issue