1
0
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:
Andreas Schneider 2010-07-28 10:28:18 +02:00
parent d34fc3d168
commit 6457f814f5

View File

@ -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;