1f2756f065e789ec9e9c9f6f11f3bfc8208ae7bf |
|
03-Oct-2014 |
Lukas Slebodnik <lslebodn@redhat.com> |
GPO: Use argument ndg_flags instead of constant
Some internal gpo functions [1] were called just once and with constant
NDR_SCALARS as 2nd argument(ndr_flags), but 2nd argument was not used
in these functions[1]. They used constant NDR_SCALARS.
[1] ndr_pull_security_ace_flags, ndr_pull_security_ace_type,
ndr_pull_security_ace_object_flags, ndr_pull_security_acl_revision,
ndr_pull_security_descriptor_revision, ndr_pull_security_descriptor_type
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com> |