r18845: Fix a type-punned warning that turned out to be a real bug: The secdesc
authorVolker Lendecke <vlendec@samba.org>
Sat, 23 Sep 2006 17:59:52 +0000 (17:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:01:04 +0000 (12:01 -0500)
commit35a852150198e057b7e8a6463db16443d9ff2e40
tree49db653a9f89d10662958fbb247200dafec1c182
parent61761288e929fad9eabd547c9597140dafbabc54
r18845: Fix a type-punned warning that turned out to be a real bug: The secdesc
revision is now an enum that might be represented as anything, in particular
as an int. It's definitely not a uint16 :-)

Volker
(This used to be commit 7c5d66c97111389b679aadb7b8b6721f07496bda)
source3/rpc_parse/parse_sec.c