summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-30 00:37:05 +0200
committerGünther Deschner <gd@samba.org>2011-05-02 15:03:43 +0200
commit61cd1067efacd91e22b4acbdf0d1d92dc2efc162 (patch)
tree44ec7babfc5f97f420b5ef853440c4c191022345 /source3/smbd/proto.h
parentcd5b2b242b39437081592d41d297bce0668b40ab (diff)
downloadsamba-61cd1067efacd91e22b4acbdf0d1d92dc2efc162.tar.gz
samba-61cd1067efacd91e22b4acbdf0d1d92dc2efc162.tar.bz2
samba-61cd1067efacd91e22b4acbdf0d1d92dc2efc162.zip
s3-smbd: avoid using pipes_struct when only session_info is needed.
Guenther
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 36eea5e16e..86745f122d 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -1051,7 +1051,7 @@ bool change_to_user(connection_struct *conn, uint16 vuid);
bool change_to_user_by_session(connection_struct *conn,
const struct auth_serversupplied_info *session_info);
bool change_to_root_user(void);
-bool become_authenticated_pipe_user(struct pipes_struct *p);
+bool become_authenticated_pipe_user(struct auth_serversupplied_info *session_info);
bool unbecome_authenticated_pipe_user(void);
void become_root(void);
void unbecome_root(void);