Fix bug #6291 - force user stop working.
authorJeremy Allison <jra@samba.org>
Tue, 28 Apr 2009 18:07:51 +0000 (11:07 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 28 Apr 2009 18:07:51 +0000 (11:07 -0700)
commitd47669684dd072b796ebfeb630342456346f449f
treef055cdd307a6e2532872baf3312f618e1741a9da
parent46bbdbd8c7e2c1116c2704fcbaa7b7bccf98b5f2
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