]> andersk Git - moira.git/blobdiff - update/ticket.c
changed names for new kerberos library (qjb)
[moira.git] / update / ticket.c
index 52bab6caca05985a15a545bec284d15fb47d9d95..9c1eb4e8339bf97f4d88f15edc518923d0b26852 100644 (file)
@@ -34,7 +34,8 @@ static init()
     static int initialized = 0;
 
     if (!initialized) {
-       get_krbrlm(realm, 1);
+       if (krb_get_lrealm(realm, 1))
+           strcpy(realm, KRB_REALM);
        initialize_krb_error_table();
        initialized=1;
     }
This page took 0.064961 seconds and 4 git commands to generate.