pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')'
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Nov 2009 13:31:34 +0000 (14:31 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 26 Nov 2009 10:47:42 +0000 (11:47 +0100)
commita20e095b1fffb6d690609c924d03cafedbbce8f3
treeb814489c4276d6ae2924fbd4a32eba7d32bf0a5f
parentab1c92950f3cfdc8c52b772ecef23a5477f48f9d
pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')'

foo / 5 * sizeof(bar)' isn't the same as
'(foo / 2) * sizeof(bar)'.

metze
pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
pidl/tests/samba3-cli.pl