Commit 6b85b31b authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

server: Remove dead assignment (clang).

parent 1242648f
......@@ -1080,8 +1080,7 @@ DECL_HANDLER(adjust_token_privileges)
if (req->disable_all)
token_disable_privileges( token );
else
modified_priv_count = token_adjust_privileges( token, privs,
priv_count, modified_privs, modified_priv_count );
token_adjust_privileges( token, privs, priv_count, modified_privs, modified_priv_count );
release_object( token );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment