lib/krb5_wrap: remove unused keep_old_entries argument from smb_krb5_kt_add_entry()
[samba.git] / source3 / libads / kerberos_keytab.c
index b7e1846bd9ff662c87bdec19094ecfe92d087465..00830a23f40fe8eb8966aaca5d2c72ea74b2c8d9 100644 (file)
@@ -306,8 +306,7 @@ static int add_kt_entry_etypes(krb5_context context, TALLOC_CTX *tmpctx,
                                            salt_princ_s,
                                            enctypes[i],
                                            password,
-                                           false,
-                                           false);
+                                           false); /* no_salt */
                if (ret) {
                        DBG_WARNING("Failed to add entry to keytab\n");
                        goto out;
@@ -322,8 +321,7 @@ static int add_kt_entry_etypes(krb5_context context, TALLOC_CTX *tmpctx,
                                                    salt_princ_s,
                                                    enctypes[i],
                                                    password,
-                                                   false,
-                                                   false);
+                                                   false); /* no_salt */
                        if (ret) {
                                DBG_WARNING("Failed to add short entry to keytab\n");
                                goto out;