Fix bug #6291 - force user stop working. A previous fix broke the invariant that...
commit09b76c57098ed4d11855000ae31cd346cb9a765d
authorJeremy Allison <jra@samba.org>
Tue, 28 Apr 2009 18:07:51 +0000 (28 11:07 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 11 May 2009 11:03:42 +0000 (11 13:03 +0200)
treef5186fce60e5e1d28d0dec0d7fe226c2a071d2b6
parent242ae00e56ac553f9ac736b4c2a18b4610bdb6e9
Fix bug #6291 - force user stop working. A previous fix broke the invariant that *uid is always initialized on return from create_token_from_username(). Restore it. Jeremy.
source/auth/auth_util.c