]> git.ipfire.org Git - thirdparty/krb5.git/commit
Simplify krb5_ldap_readpassword
authorGreg Hudson <ghudson@mit.edu>
Fri, 29 Mar 2013 06:13:04 +0000 (02:13 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 29 Mar 2013 06:13:04 +0000 (02:13 -0400)
commite5a79ece676bdb8f9a3aef838ec8f5c5c848c368
tree10f5db11cce00dc30c334ed636251e032c68aefe
parent61ab05d3b647971f2fc9481e7498176626a13707
Simplify krb5_ldap_readpassword

There's no need to check whether the file exists and is readable
before opening it, and setting an extended error message which is just
strerror_r() of the errno value isn't useful.
src/plugins/kdb/ldap/libkdb_ldap/ldap_service_stash.c