Fix a panic
commit22a98bf7b81fb89dce1f32ef65cfe6caaba985b3
authorVolker Lendecke <vl@samba.org>
Sat, 29 Dec 2007 20:41:23 +0000 (29 21:41 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 29 Dec 2007 20:42:56 +0000 (29 21:42 +0100)
treea4abe6c7bf1ae7c60f2e0871e54f72ba6d39f32c
parent241b72141e3d9e31e30977517f871a97d74bbf7d
Fix a panic

get_root_nt_token asks for "struct nt_user_token". talloc_get_type is not smart
enough to see that this is the same as NT_USER_TOKEN... :-)
source/auth/token_util.c