]> andersk Git - moira.git/blobdiff - update/ticket.c
sms -> moira
[moira.git] / update / ticket.c
index 7f469e6de580d83e7bb1dffa98049c566d7dde11..3df7623eb17a141bd9a888885ef3662393082d20 100644 (file)
@@ -43,7 +43,7 @@ static init()
 
 
 int
-get_sms_update_ticket(host, ticket)
+get_mr_update_ticket(host, ticket)
      char *host;
      KTEXT ticket;
 {
@@ -60,7 +60,7 @@ get_sms_update_ticket(host, ticket)
        code += ERROR_TABLE_BASE_krb;
      if (pass == 1) {
         /* maybe we're taking too long? */
-        if ((code = get_sms_tgt()) != 0) {
+        if ((code = get_mr_tgt()) != 0) {
             /* don't need phost buffer any more */
             com_err(whoami, code, " can't get Kerberos TGT");
             return(code);
@@ -72,7 +72,7 @@ get_sms_update_ticket(host, ticket)
 }
 
 int
-get_sms_tgt()
+get_mr_tgt()
 {
     register int code;
     init();
This page took 0.035011 seconds and 4 git commands to generate.