Fix bug #6291 - force user stop working.
commite178c02a216fefc8295a7fd2d623c888c81f8734
authorJeremy Allison <jra@samba.org>
Tue, 28 Apr 2009 18:07:51 +0000 (28 11:07 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 1 May 2009 16:55:56 +0000 (1 09:55 -0700)
tree261c50bafc4cafcf73f2f6e47573f03ba90c0f51
parentec02a0c1ceea2afc9324f6f069941deaed38c22d
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.
source3/auth/auth_util.c