X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FListOptionTypeParser.ih;fp=senf%2FPackets%2FListOptionTypeParser.ih;h=d85995a9da87b0872a75d8460542a8e18a005b08;hb=17b707d5ed5741bcbeba233eeb1efacecd990176;hp=207bc76ff274cb822707be5ae2a0da0128e23566;hpb=84bd150c667e693c7ba6c31819b3f155f53e514a;p=senf.git diff --git a/senf/Packets/ListOptionTypeParser.ih b/senf/Packets/ListOptionTypeParser.ih index 207bc76..d85995a 100644 --- a/senf/Packets/ListOptionTypeParser.ih +++ b/senf/Packets/ListOptionTypeParser.ih @@ -52,7 +52,7 @@ namespace senf { typedef ListParser< ListOptionTypeParser_Policy > parser_type; typedef ListParser_Container< container_policy > container_type; - static const size_type init_bytes = AuxPolicy::aux_bytes; + static const size_type init_bytes = 6 + AuxPolicy::aux_bytes; ListOptionTypeParser_Policy(); template ListOptionTypeParser_Policy(Arg const & arg);