mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3-uid: Use struct pipes_struct.
This commit is contained in:
parent
d34fc3d168
commit
6457f814f5
@ -378,7 +378,7 @@ bool change_to_root_user(void)
|
||||
user. Doesn't modify current_user.
|
||||
****************************************************************************/
|
||||
|
||||
bool become_authenticated_pipe_user(pipes_struct *p)
|
||||
bool become_authenticated_pipe_user(struct pipes_struct *p)
|
||||
{
|
||||
if (!push_sec_ctx())
|
||||
return False;
|
||||
|
Loading…
Reference in New Issue
Block a user