Skip to content

Commit

Permalink
Merge branch 'rn/push-dav'
Browse files Browse the repository at this point in the history
* rn/push-dav:
  http-push: Make WebDAV work with (broken?) default apache2 WebDAV module
  • Loading branch information
Junio C Hamano committed Aug 11, 2006
2 parents 65cdb5f + 1e8d304 commit ca9e3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-push.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ca9e3b1

Please sign in to comment.