s3-samr: Correctly fix the transition from enum to uint32_t.
commitfeb22e08972ab8a2ed6610b4d1ac1de361e6a500
authorAndreas Schneider <asn@samba.org>
Tue, 17 Aug 2010 11:44:42 +0000 (17 13:44 +0200)
committerAndreas Schneider <asn@samba.org>
Tue, 17 Aug 2010 11:48:05 +0000 (17 13:48 +0200)
tree5c32efc1266982ff2425177d0325f2eed262e4b1
parent56f04188df598767901ab918e2be1f23a922c531
s3-samr: Correctly fix the transition from enum to uint32_t.

What type an enum is depends on the implementation, the compiler and
probably the compiler options. sizeof(enum) is normally not sizeof(int)!
source3/rpc_server/srv_samr_nt.c