ndrdump: change behaviour of flags to operate as flags
authorAndrew Bartlett <abartlet@samba.org>
Fri, 12 Apr 2019 03:10:35 +0000 (15:10 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Apr 2019 04:38:14 +0000 (04:38 +0000)
commitc9e6331afc1ee0e85a9582c6682ff95885135792
treed7c0be93400a1b0f9c1a57849a76cb9db35b67a4
parent10dd15010bddb929128b3585f1280ae1eb7b6b99
ndrdump: change behaviour of flags to operate as flags

These are called flags because that is what they become to the ndr_pull function,
but to avoid total confusion treat them as flags generally even if the values are
always exclusive (at the moment).

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
librpc/tools/ndrdump.c