OpenAFS CVS Commit: openafs/src/rxkad by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 02 Apr 2004 11:41:27 EST


Update of /cvs/openafs/src/rxkad
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-tree/src/rxkad

Modified Files:
	ticket5.c 
Log Message:
DELTA unitialized-return-variable-20040402
AUTHOR jaltman@mit.edu

krb5_des_decrypt() does not initialize the return value to 1, failure, 
therefore it returns random success (0) values when ticket types of 
DES-CBC-MD5 or DES-CBC-MD4 are used because we do not have checksum
functions for those types.



--- DELTA config follows ---
unitialized-return-variable-20040402 openafs/src/rxkad/ticket5.c 1.6 1.7