OpenAFS CVS Commit: openafs/src/rxkad by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 10 Jun 2007 10:20:44 EDT


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

Modified Files:
	rxkad_server.c 
Log Message:
DELTA rxkad-badticket-20070610
AUTHOR jaltman@secure-endpoints.com

In rxkad_CheckResponse, when checking the return value from tkt_CheckTimes,
the order is == 0, == -1, < -1, <= 0.  The <= 0 case is extraneous so
remove it. Both < -1 and <= 0 returned RXKADBADTICKET.



--- DELTA config follows ---
rxkad-badticket-20070610 openafs/src/rxkad/rxkad_server.c 1.25 1.26