projects
/
senf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dd369f2
)
Packets/80221Bundle: fixed MIHListTLVParserMixin::finalize()
tho [Thu, 28 Jul 2011 16:59:08 +0000 (16:59 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1801
270642c3
-0616-0410-b53a-bc976706d245
senf/Packets/80221Bundle/TLVParser.ct
patch
|
blob
|
history
diff --git
a/senf/Packets/80221Bundle/TLVParser.ct
b/senf/Packets/80221Bundle/TLVParser.ct
index
6274af0
..
63f22cd
100644
(file)
--- a/
senf/Packets/80221Bundle/TLVParser.ct
+++ b/
senf/Packets/80221Bundle/TLVParser.ct
@@
-45,6
+45,7
@@
prefix_ void senf::MIHListTLVParserMixin<Self>::finalize()
senf::bytes(self->listSize_()) + senf::bytes(self->value()));
self->maxLength( size);
self->length_() << size;
+ self->length_().finalize();
}