Index: openafs/src/config/NTMakefile.amd64_w2k
===================================================================
diff -c -r1.2 -r1.3
*** openafs/src/config/NTMakefile.amd64_w2k	2005/03/22 05:40:13	1.2
--- openafs/src/config/NTMakefile.amd64_w2k	2005/03/23 22:30:09	1.3
***************
*** 80,86 ****
  #define used in WinNT/2000 installation and program version display
  AFSPRODUCT_VER_MAJOR=1
  AFSPRODUCT_VER_MINOR=3
! AFSPRODUCT_VER_PATCH=8001
  AFSPRODUCT_VER_BUILD=0
  
  # For MSI installer, each major release should have a different GUID
--- 80,86 ----
  #define used in WinNT/2000 installation and program version display
  AFSPRODUCT_VER_MAJOR=1
  AFSPRODUCT_VER_MINOR=3
! AFSPRODUCT_VER_PATCH=8002
  AFSPRODUCT_VER_BUILD=0
  
  # For MSI installer, each major release should have a different GUID
Index: openafs/src/config/NTMakefile.i386_nt40
===================================================================
diff -c -r1.64 -r1.65
*** openafs/src/config/NTMakefile.i386_nt40	2005/03/22 05:40:13	1.64
--- openafs/src/config/NTMakefile.i386_nt40	2005/03/23 22:30:09	1.65
***************
*** 80,86 ****
  #define used in WinNT/2000 installation and program version display
  AFSPRODUCT_VER_MAJOR=1
  AFSPRODUCT_VER_MINOR=3
! AFSPRODUCT_VER_PATCH=8001
  AFSPRODUCT_VER_BUILD=0
  
  # For MSI installer, each major release should have a different GUID
--- 80,86 ----
  #define used in WinNT/2000 installation and program version display
  AFSPRODUCT_VER_MAJOR=1
  AFSPRODUCT_VER_MINOR=3
! AFSPRODUCT_VER_PATCH=8002
  AFSPRODUCT_VER_BUILD=0
  
  # For MSI installer, each major release should have a different GUID
Index: openafs/src/config/NTMakefile.i386_w2k
===================================================================
diff -c -r1.2 -r1.3
*** openafs/src/config/NTMakefile.i386_w2k	2005/03/22 05:40:13	1.2
--- openafs/src/config/NTMakefile.i386_w2k	2005/03/23 22:30:10	1.3
***************
*** 80,86 ****
  #define used in WinNT/2000 installation and program version display
  AFSPRODUCT_VER_MAJOR=1
  AFSPRODUCT_VER_MINOR=3
! AFSPRODUCT_VER_PATCH=8001
  AFSPRODUCT_VER_BUILD=0
  
  # For MSI installer, each major release should have a different GUID
--- 80,86 ----
  #define used in WinNT/2000 installation and program version display
  AFSPRODUCT_VER_MAJOR=1
  AFSPRODUCT_VER_MINOR=3
! AFSPRODUCT_VER_PATCH=8002
  AFSPRODUCT_VER_BUILD=0
  
  # For MSI installer, each major release should have a different GUID
Index: openafs/src/WINNT/afsd/afslogon.c
===================================================================
diff -c -r1.31 -r1.32
*** openafs/src/WINNT/afsd/afslogon.c	2005/03/11 05:33:21	1.31
--- openafs/src/WINNT/afsd/afslogon.c	2005/03/23 22:31:13	1.32
***************
*** 325,330 ****
--- 325,332 ----
      char computerName[MAX_COMPUTERNAME_LENGTH + 1];
      char *effDomain;
  
+     memset(opt, 0, sizeof(LogonOptions_t));
+ 
      DebugEvent("In GetDomainLogonOptions for user [%s] in domain [%s]", username, domain);
      /* If the domain is the same as the Netbios computer name, we use the LOCALHOST domain name*/
      opt->flags = LOGON_FLAG_REMOTE;
