diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index ea424f1e55..a15d5206d0 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -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); |