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>
Mon, 30 Nov 2009 13:44:54 +0000 (14:44 +0100)
commit4f14da8ddb1c903b75917cefaaea3e9b405a633a
tree86b575eef253a36b70d92765abbb4c0c5e2c91db
parentd0d77d830072fbb5bda1c45f9df0722718f89096
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