Kai Blin : secur32: Give a hint where to find ntlm_auth.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 30 06:20:36 CDT 2007


Module: wine
Branch: master
Commit: 78b047e4e40d3e27e6961f8ab639f5a9297c8768
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=78b047e4e40d3e27e6961f8ab639f5a9297c8768

Author: Kai Blin <kai.blin at gmail.com>
Date:   Wed Aug 29 22:37:27 2007 +0200

secur32: Give a hint where to find ntlm_auth.

---

 dlls/secur32/ntlm.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/secur32/ntlm.c b/dlls/secur32/ntlm.c
index 21fbc59..7924156 100644
--- a/dlls/secur32/ntlm.c
+++ b/dlls/secur32/ntlm.c
@@ -1868,6 +1868,9 @@ void SECUR32_initNTLMSP(void)
 	    MIN_NTLM_AUTH_MAJOR_VERSION,
 	    MIN_NTLM_AUTH_MINOR_VERSION,
 	    MIN_NTLM_AUTH_MICRO_VERSION);
+        ERR("Usually, you can find it in the winbind package of your "
+            "distribution.\n");
+
     }
     cleanup_helper(helper);
 }




More information about the wine-cvs mailing list