]> andersk Git - gssapi-openssh.git/blobdiff - openssh/gss-serv-krb5.c
merged OpenSSH 3.8.1p1 to trunk
[gssapi-openssh.git] / openssh / gss-serv-krb5.c
index 769e88b52e3eaa9f77c0e82cea2d07e171db2dc7..485ecd61fc0b54419003c374ad853fe2ca188aa4 100644 (file)
@@ -89,7 +89,9 @@ ssh_gssapi_krb5_init()
                logit("Cannot initialize krb5 context");
                return 0;
        }
+#ifdef KRB5_INIT_ETS
        krb5_init_ets(krb_context);
+#endif
 
        return 1;
 }
This page took 0.28781 seconds and 4 git commands to generate.