missing '\r' in none_match_header

This commit is contained in:
wbaumann
2010-08-07 10:21:12 +00:00
parent 2c9169e6cd
commit f8e3e247ad
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
ChangeLog for davfs2
--------------------
2010-08-07 Werner Baumann (werner.baumann@onlinehome.de)
* webdav.c:
Added missing '\r' in constant none_match_header
2010-08-07 Werner Baumann (werner.baumann@onlinehome.de)
* Undoing changes of 2010-07-25

View File

@ -150,7 +150,7 @@ static const ne_propname quota_names[] = {
static size_t log_bufsize = 512;
static char *none_match_header = "If-None-Match: *\n";
static char *none_match_header = "If-None-Match: *\r\n";
/* Private global variables */