Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.12.9) with ESMTP id m6LM2ao4018271; Mon, 21 Jul 2008 18:02:37 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id m6LM2V19017871 for ; Mon, 21 Jul 2008 18:02:31 -0400 (EDT) Received: from cathode-dark-space.mit.edu (CATHODE-DARK-SPACE.MIT.EDU [18.18.1.96]) (authenticated bits=56) (User authenticated as tlyu@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id m6LM2UwB025635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 21 Jul 2008 18:02:30 -0400 (EDT) Received: (from tlyu@localhost) by cathode-dark-space.mit.edu (8.12.9.20060308) id m6LM2UOD011265; Mon, 21 Jul 2008 18:02:30 -0400 (EDT) To: rt@krbdev.mit.edu Subject: Re: [krbdev.mit.edu #6018] Support for recovering from broken rcache References: From: Tom Yu Date: Mon, 21 Jul 2008 18:02:30 -0400 In-Reply-To: (Alexandra Ellwood via's message of "Mon, 21 Jul 2008 17:52:21 -0400 (EDT)") Message-ID: Lines: 12 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-BY: MIMEDefang 2.42 X-Spam-Flag: NO X-Spam-Score: 0.00 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 555 "Alexandra Ellwood via RT" writes: > Should this ticket also include the change to src/kdc/kdc_util.c or > should I open a new ticket for that change? The changes to src/kdc/kdc_util.c are (mostly) redundant because it the kdc_util.c code explicitly does a krb5_rc_recover() followed by krb5_rc_initialize() if that fails, which is almost exactly what krb5_rc_recover_or_initialize() does. If you would like to introduce a change to use recover_or_initialize for stylistic reasons, feel free to open a new ticket for that.