mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3-smbd: Do not declare change_to_root_user() twice.
This is already in include/proto.h for smbd_shim. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
13d840ad2f
commit
327b0ddcd9
@ -1101,7 +1101,6 @@ NTSTATUS check_user_share_access(connection_struct *conn,
|
||||
uint32_t *p_share_access,
|
||||
bool *p_readonly_share);
|
||||
bool change_to_user(connection_struct *conn, uint64_t vuid);
|
||||
bool change_to_root_user(void);
|
||||
bool smbd_change_to_root_user(void);
|
||||
bool smbd_become_authenticated_pipe_user(struct auth_session_info *session_info);
|
||||
bool smbd_unbecome_authenticated_pipe_user(void);
|
||||
|
Loading…
Reference in New Issue
Block a user