[OpenAFS] 1.3.70 comments?
Pär Aronsson
par.aronsson@bredband.net
Thu, 19 Aug 2004 23:11:44 +0200
Nope, that didn't change the outcome from klog :-(
Guess this is a sign to swith to a real kdc.
// Pär
torsdagen den 19 augusti 2004 03.20 skrev Derrick J Brashear:
> --- authclient.c 11 Aug 2004 15:45:38 -0000 1.15
> +++ src/kauth/authclient.c 19 Aug 2004 01:20:38 -0000
> @@ -378,7 +378,8 @@
> if (caller) {
> chkstr(caller->name);
> chkstr(caller->instance);
> - chkstr(caller->cell);
> + if (strcmp(caller->cell, ""))
> + chkstr(caller->cell);
> } else {
> chkstr(0);
> chkstr(0);