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