Make note in test_cc of how to keyctl new_session

This commit is contained in:
Nicolas Williams
2019-06-22 23:57:11 -05:00
parent 1af64c5de5
commit 889617883d

View File

@@ -30,6 +30,16 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
/*
* If KEYRING tests fail with:
*
* test_cc: krb5_cc_gen_new: KEYRING: Key has been revoked
*
* then run:
*
* $ keyctl new_session
*/
#include "krb5_locl.h"
#include <getarg.h>
#include <err.h>