rpcrt4: Call CompleteAuthToken if InitializeSecurityContext returned a code that...
authorRob Shearman <rob@codeweavers.com>
Mon, 26 Mar 2007 17:18:01 +0000 (18:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Mar 2007 10:59:42 +0000 (12:59 +0200)
commit88295b9a020c3fac092bb0c49837d63d18a15de2
tree2e064a2988bc241682d2f8e75c306c94be7625c6
parent88e9b3fad8bf9f1fe9a4fc276d400aa47255869b
rpcrt4: Call CompleteAuthToken if InitializeSecurityContext returned a code that says it should be called.

Currently, the only security provider that requires this is the Digest
one, which we don't really care about, but is supported for completeness.
dlls/rpcrt4/rpc_message.c