summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-10-23 11:07:38 +0200
committerStefan Metzmacher <metze@samba.org>2013-10-29 15:53:19 +0100
commit327b0ddcd9ea7db373a92e47db7e796da3186b05 (patch)
tree8c6cd6579d3442db19cc278727591b78171b64c2
parent13d840ad2ff0db7320e0cbef86cd47872493292c (diff)
downloadsamba-327b0ddcd9ea7db373a92e47db7e796da3186b05.tar.gz
samba-327b0ddcd9ea7db373a92e47db7e796da3186b05.tar.xz
samba-327b0ddcd9ea7db373a92e47db7e796da3186b05.zip
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>
-rw-r--r--source3/smbd/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index ea424f1e55b..a15d5206d0c 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);