s3-auth Use struct auth3_session_info outside the auth subsystem
[kai/samba.git] / source3 / rpc_server / epmapper / srv_epmapper.c
index 0d3ed115f8933d3436301db77cc501570cb1c05a..8e049fcb2477b57025b9334c24d2047fc2d7e8ec 100644 (file)
@@ -232,7 +232,7 @@ static uint32_t build_ep_list(TALLOC_CTX *mem_ctx,
        return total;
 }
 
-static bool is_priviledged_pipe(struct auth_serversupplied_info *info) {
+static bool is_priviledged_pipe(struct auth3_session_info *info) {
        /* If the user is not root, or has the system token, fail */
        if ((info->utok.uid != sec_initial_uid()) &&
            !security_token_is_system(info->security_token)) {