diff options
author | Tim Potter <tpot@samba.org> | 2000-06-23 06:27:05 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-06-23 06:27:05 +0000 |
commit | 0e4a583374a39eefbf442b426f9a7340acc5553f (patch) | |
tree | 0371e69f45dbf43e09f148a8717b4f942a40e1da /source3 | |
parent | c4f74ddb8344c7daf052484bb3e4bbce9b57db23 (diff) | |
download | samba-0e4a583374a39eefbf442b426f9a7340acc5553f.tar.gz samba-0e4a583374a39eefbf442b426f9a7340acc5553f.tar.bz2 samba-0e4a583374a39eefbf442b426f9a7340acc5553f.zip |
Added return for become_authenticated_pipe_user() function.
(This used to be commit d0f55e04c9400481e4a981431715e167a8246e45)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/uid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/uid.c b/source3/smbd/uid.c index f3a606a1b1..e66abd1e98 100644 --- a/source3/smbd/uid.c +++ b/source3/smbd/uid.c @@ -204,6 +204,8 @@ BOOL become_authenticated_pipe_user(pipes_struct *p) } set_sec_ctx(p->uid, p->gid, 0, NULL); /* fix group stuff */ + + return True; } /**************************************************************************** |