Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: tlyu@mit.edu Subject: CVS Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 451 * gic_pwd.c (krb5_get_init_creds_password): If DNS SRV support is turned off, the second call to get_init_creds() will fail with KRB5_REALM_UNKNOWN under certain circumstances. If that happens, return the error from the first call to get_init_creds(), which will be more useful to the user. To generate a diff of this commit: cvs diff -r5.420 -r5.421 krb5/src/lib/krb5/krb/ChangeLog cvs diff -r5.24 -r5.25 krb5/src/lib/krb5/krb/gic_pwd.c