pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')'
authorGünther Deschner <gd@samba.org>
Fri, 27 Nov 2009 10:37:01 +0000 (11:37 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 23 Dec 2009 11:07:39 +0000 (12:07 +0100)
commitee9ddad3f70ea39525de874bd05a6c363c7f9db1
treebc7ee59a448522f31d316579601348aa89184839
parent519b4a2139881567ca1173a65d33420a2cfcce7a
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
(cherry picked from commit 4f14da8ddb1c903b75917cefaaea3e9b405a633a)
pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
pidl/tests/samba3-cli.pl