jdk/src/windows/native/sun/security/krb5/NativeCreds.c
changeset 21278 ef8a3a2a72f2
parent 19373 4bb12c72a46f
child 22269 852e4737460a
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   723                     LocalAlloc(LMEM_ZEROINIT, RequestSize);
   723                     LocalAlloc(LMEM_ZEROINIT, RequestSize);
   724     if (!pTicketRequest)
   724     if (!pTicketRequest)
   725         return GetLastError();
   725         return GetLastError();
   726 
   726 
   727     //
   727     //
   728     // Concatenate the target prefix with the previous reponse's
   728     // Concatenate the target prefix with the previous response's
   729     // target domain.
   729     // target domain.
   730     //
   730     //
   731 
   731 
   732     pTicketRequest->TargetName.Length = 0;
   732     pTicketRequest->TargetName.Length = 0;
   733     pTicketRequest->TargetName.MaximumLength = TargetSize;
   733     pTicketRequest->TargetName.MaximumLength = TargetSize;