rpcrt4/tests: Give a hint about missing NTLM

André Hentschel nerv at dawncrow.de
Mon Dec 19 11:59:40 CST 2011


---
 dlls/rpcrt4/tests/server.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/rpcrt4/tests/server.c b/dlls/rpcrt4/tests/server.c
index d66c22c..de5752d 100644
--- a/dlls/rpcrt4/tests/server.c
+++ b/dlls/rpcrt4/tests/server.c
@@ -1474,6 +1474,8 @@ set_auth_info(RPC_BINDING_HANDLE handle)
     status = pRpcBindingSetAuthInfoExA(handle, (RPC_CSTR)domain_and_user, RPC_C_AUTHN_LEVEL_PKT_PRIVACY,
                                        RPC_C_AUTHN_WINNT, NULL, 0, &qos);
     ok(status == RPC_S_OK, "RpcBindingSetAuthInfoExA failed %d\n", status);
+    if (status == RPC_S_UNKNOWN_AUTHN_SERVICE)
+        trace("Most likely the NTLM package is missing\n");
 }
 
 static void
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list