From 9eed2cf8726b8cb5e9fd51514b3d78aed56a8f4d Mon Sep 17 00:00:00 2001 From: mar Date: Tue, 21 Jun 1988 13:46:05 +0000 Subject: [PATCH] changed name of kerberos call --- lib/mr_auth.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/mr_auth.c b/lib/mr_auth.c index 5f6118a0..195ce8a4 100644 --- a/lib/mr_auth.c +++ b/lib/mr_auth.c @@ -6,9 +6,12 @@ * Copyright (C) 1987 by the Massachusetts Institute of Technology * * $Log$ - * Revision 1.6 1988-06-01 15:31:53 mar - * make auth do the right thing for version 2 of the protocol + * Revision 1.7 1988-06-21 13:46:05 mar + * changed name of kerberos call * + * Revision 1.6 88/06/01 15:31:53 mar + * make auth do the right thing for version 2 of the protocol + * * Revision 1.5 88/04/19 12:40:29 mar * pass version number on queries * @@ -65,7 +68,7 @@ char *prog; if ((status = get_krbrlm(realm, 1)) != KSUCCESS) { return status; } - status = mk_ap_req(&auth, "sms", "sms", realm, 0); + status = krb_mk_req(&auth, "sms", "sms", realm, 0); if (status != KSUCCESS) { status += krb_err_base; return status; -- 2.45.2