diff options
author | Andreas Schneider <asn@samba.org> | 2010-07-28 10:28:18 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-07-28 10:39:25 +0200 |
commit | 6457f814f50a00496384aad1712aba53d2609f63 (patch) | |
tree | ee257e13552f2a96e116568ebcf452a14b0035df | |
parent | d34fc3d1682c85c7d36fab168bc75bbb61b2931b (diff) | |
download | samba-6457f814f50a00496384aad1712aba53d2609f63.tar.gz samba-6457f814f50a00496384aad1712aba53d2609f63.tar.bz2 samba-6457f814f50a00496384aad1712aba53d2609f63.zip |
s3-uid: Use struct pipes_struct.
-rw-r--r-- | source3/smbd/uid.c | 2 |
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; |