--------------------- PatchSet 3539 Date: 2002/01/06 10:15:23 Author: serassio Branch: nt-2_3 Tag: (none) Log: Fixed a secondary bug in the NT native Authenticator Members: auth_modules/NT/valid.c:1.1.2.2->1.1.2.3 Index: squid/auth_modules/NT/valid.c =================================================================== RCS file: /cvsroot/squid-sf//squid/auth_modules/NT/Attic/valid.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/auth_modules/NT/valid.c 17 Jun 2001 12:39:53 -0000 1.1.2.2 +++ squid/auth_modules/NT/valid.c 6 Jan 2002 10:15:23 -0000 1.1.2.3 @@ -14,7 +14,7 @@ int Valid_User(char *UserName, char *Password, char *Group) { - HANDLE hToken; + HANDLE hToken = INVALID_HANDLE_VALUE; int result = NTV_LOGON_ERROR; int error; char NTDomain[256];