rpcrt4: Call InitializeSecurityContext from only one function.
commit88e9b3fad8bf9f1fe9a4fc276d400aa47255869b
authorRob Shearman <rob@codeweavers.com>
Mon, 26 Mar 2007 17:17:15 +0000 (26 18:17 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Mar 2007 10:42:05 +0000 (27 12:42 +0200)
tree855f70b1b9d7331ac5ddaef8043cd35481399a63
parent7abb647cd3b45c07a3b794bdae721eb5f56efa73
rpcrt4: Call InitializeSecurityContext from only one function.

This reduces the amount of code and ensures that the parameters passed
to it stay the same, apart from the previous context and the output
buffer description.
dlls/rpcrt4/rpc_message.c
dlls/rpcrt4/rpc_transport.c