summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-07-28 10:28:18 +0200
committerAndreas Schneider <asn@samba.org>2010-07-28 10:39:25 +0200
commit6457f814f50a00496384aad1712aba53d2609f63 (patch)
treeee257e13552f2a96e116568ebcf452a14b0035df /source3/smbd/uid.c
parentd34fc3d1682c85c7d36fab168bc75bbb61b2931b (diff)
downloadsamba-6457f814f50a00496384aad1712aba53d2609f63.tar.gz
samba-6457f814f50a00496384aad1712aba53d2609f63.tar.bz2
samba-6457f814f50a00496384aad1712aba53d2609f63.zip
s3-uid: Use struct pipes_struct.
Diffstat (limited to 'source3/smbd/uid.c')
-rw-r--r--source3/smbd/uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/uid.c b/source3/smbd/uid.c
index ec6dbc56a3..aecce41021 100644
--- a/source3/smbd/uid.c
+++ b/source3/smbd/uid.c
@@ -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;