[SCM] Samba Shared Repository - branch master updated

Volker Lendecke Volker.Lendecke at SerNet.DE
Tue Aug 17 03:52:40 MDT 2010


On Tue, Aug 17, 2010 at 04:45:22AM -0500, Andreas Schneider wrote:
>  	types.count = num_rids;
> -	types.ids = type;
> +	types.ids = (uint32_t *) type;

This looks wrong. AFAIK sizeof(enum)==sizeof(int). What
happens on 64-bit machines?

Volker


More information about the samba-technical mailing list