[OpenAFS-devel] pr_Initialize falis when called within a
simple application
Derrick J Brashear
shadow@dementia.org
Wed, 11 Aug 2004 16:10:19 -0400 (EDT)
well, a guess would be rx_Init() was never called, but seeing what your
source is that seems unlikely.
i'll suggest at the beginning, adding:
ka_Init(0);
though realistically that should make no difference.
The other thing is, why are you calling pr_Initialize at all?
UserAuthenticateGeneral will do that for you, initializing to the target
cell, when it calls ka_GetAFSTicket.