]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
delete enctypes var
authorKen Raeburn <raeburn@mit.edu>
Fri, 12 Dec 2003 23:35:42 +0000 (23:35 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 12 Dec 2003 23:35:42 +0000 (23:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/raeburn-gssapi-cfx@15890 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm5/clnt/client_init.c

index 477a685112e84dea5d2e971366e2a660ebf513d7..cfe1381d9d33fff79869804a0a8683c62e62fc09 100644 (file)
@@ -129,8 +129,6 @@ static int preauth_search_list[] = {
      -1
 };
 
-static const krb5_enctype *enctypes = 0;
-
 static kadm5_ret_t _kadm5_init_any(char *client_name,
                                   enum init_type init_type,
                                   char *pass,
@@ -361,7 +359,7 @@ static kadm5_ret_t _kadm5_init_any(char *client_name,
               code = krb5_get_in_tkt_with_password(handle->context,
                                                    0, /* no options */
                                                    0, /* default addresses */
-                                                   enctypes,
+                                                   0,    /* enctypes */
                                                    NULL, /* XXX preauth */
                                                    pass,
                                                    ccache,
@@ -382,7 +380,7 @@ static kadm5_ret_t _kadm5_init_any(char *client_name,
                    code = krb5_get_in_tkt_with_keytab(handle->context,
                                                       0, /* no options */
                                                       0, /* default addrs */
-                                                      enctypes,
+                                                      0,    /* enctypes */
                                                       NULL, /* XXX preauth */
                                                       kt,
                                                       ccache,