projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd68784
)
Fix ogg streaming.
author
Andre Noll
<maan@systemlinux.org>
Wed, 31 Oct 2007 14:18:55 +0000
(15:18 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 31 Oct 2007 14:18:55 +0000
(15:18 +0100)
Don't set the header len to zero in recv_afs_result().
vss.c
patch
|
blob
|
history
diff --git
a/vss.c
b/vss.c
index 9ac086b6f973d4215ae6964efa1211e8c8432545..fbe740a892b9108a6fa4ac5b78421c79f6bc3631 100644
(file)
--- a/
vss.c
+++ b/
vss.c
@@
-398,7
+398,6
@@
static void recv_afs_result(void)
map = para_mmap(mmd->size, PROT_READ, MAP_PRIVATE,
passed_fd, 0);
close(passed_fd);
- mmd->afd.afhi.header_len = 0; /* default: no header */
mmd->chunks_sent = 0;
mmd->current_chunk = 0;
mmd->offset = 0;