]> andersk Git - openssh.git/blobdiff - auth-krb5.c
- (dtucker) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Remove
[openssh.git] / auth-krb5.c
index 6ae4f5fc4a32df682f85c142d728c6e2570d217e..c7367b49a2772e4d8aacb14de39165cbdda22af8 100644 (file)
@@ -54,9 +54,6 @@ krb5_init(void *context)
                problem = krb5_init_context(&authctxt->krb5_ctx);
                if (problem)
                        return (problem);
-#ifdef KRB5_INIT_ETS
-               krb5_init_ets(authctxt->krb5_ctx);
-#endif
        }
        return (0);
 }
This page took 0.029021 seconds and 4 git commands to generate.