[2726] in testers
kinit: patch
daemon@ATHENA.MIT.EDU (Richard Basch)
Thu Dec 29 15:34:43 1994
Date: Thu, 29 Dec 1994 15:34:27 -0500
To: testers@MIT.EDU
Cc: tytso@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
The following patch fixes the problem that wdc had with running "renew"
on an old machine with new packs (old machines don't have the necessary
configuration files for the v5 routines to work, and thus should not
consider v5 errors to be fatal, or at least not yet).
-Richard
*** /tmp/kinit.c- Thu Dec 29 15:31:37 1994
--- /tmp/kinit.c Thu Dec 29 15:32:08 1994
***************
*** 327,333 ****
memset(password, 0, PWSIZE);
if (retval) {
com_err(argv[0], retval, etext);
- exit(1);
}
}
exit(0);
--- 327,332 ----