]> andersk Git - moira.git/commitdiff
changed name of kerberos call
authormar <mar>
Tue, 21 Jun 1988 13:46:05 +0000 (13:46 +0000)
committermar <mar>
Tue, 21 Jun 1988 13:46:05 +0000 (13:46 +0000)
lib/mr_auth.c

index 5f6118a0636e6d5dc5fd264837233e3e76756542..195ce8a409a00a97f0f05456d94f0046fde36007 100644 (file)
@@ -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;
This page took 0.043704 seconds and 5 git commands to generate.