r24329: Fix a 64-bit bug
authorVolker Lendecke <vlendec@samba.org>
Sat, 11 Aug 2007 16:15:39 +0000 (16:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:30 +0000 (12:29 -0500)
commit99a1f5a75c146dd16e7a893f9c5bc71fb0d20c6a
treef635502cbee16b417c7dead7eac78aa08a3ad3ce
parentd90f6fa1bd9f4aa1e09de1169597e0c703859b75
r24329: Fix a 64-bit bug

enums are not necessarily represented as 32-bit uints. On assignment
(see line 1029) implicit conversion happens, but not when pointers are
taken.
(This used to be commit 67ec6863dd91ca2421e4541add99dfd739805242)
source3/nsswitch/winbindd_ads.c