[PATCH] Cache SAMR QueryDisplayInfo, EnumDomainGroups and EnumDomainUsers

Andreas Schneider asn at samba.org
Thu Nov 15 08:36:17 UTC 2018


On Wednesday, 14 November 2018 21:13:51 CET Gary Lockyer via samba-technical 
wrote:
> Again with a link to the CI results.
> 
> Updated patch set, incorporating feedback from Matthias, and Andrews via
> gitlab.
> 
> CI results: https://gitlab.com/samba-team/devel/samba/pipelines/36499155

Hi Gary,

the size_t type is usually be used for loop counters, array indexing and 
address arithmetic. The size_t type may be bigger than, equal to, or smaller 
than an unsigned int, and your compiler might make assumptions about it for 
optimization!

Please use size_t instead of 'unsigned'!


Thanks,


	Andreas


-- 
Andreas Schneider                      asn at samba.org
Samba Team                             www.samba.org
GPG-ID:     8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D





More information about the samba-technical mailing list