diff options
author | jcid <devnull@localhost> | 2007-11-28 16:06:18 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-28 16:06:18 +0100 |
commit | 31ebba417042000df5f466ecd0880996c71407ec (patch) | |
tree | 7cd79f80b68b64510f9fea144d606cf054fbbd58 /src/cache.c | |
parent | ba08ee0b4e87d71aae5c96aff1bd89e5c1dd6827 (diff) |
.
Diffstat (limited to 'src/cache.c')
-rw-r--r-- | src/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c index 35bbf41e..88d4cb30 100644 --- a/src/cache.c +++ b/src/cache.c @@ -653,7 +653,6 @@ void a_Cache_process_dbuf(int Op, const char *buf, size_t buf_size, */ if (!(entry->Flags & CA_GotHeader)) { while ((len = Cache_get_header(entry, buf + start, buf_size - start))) { - /* Let's scan, allocate, and set things according to header info */ Cache_parse_header(entry, buf + start, buf_size - start, len); start += len; |