kerberos: Remove un-used event context argument from smb_krb5_init_context()
[obnox/samba/samba-obnox.git] / source4 / dsdb / samdb / ldb_modules / update_keytab.c
index 7b056ba9defea82b2fc431025072f1ee3f2c5004..42c3fa8fea0f936cbb6ba16a3a5aea84756f8eb7 100644 (file)
@@ -378,7 +378,6 @@ static int update_kt_prepare_commit(struct ldb_module *module)
        struct dn_list *p;
        struct smb_krb5_context *smb_krb5_context;
        int krb5_ret = smb_krb5_init_context(data,
-                                            NULL,
                                             ldb_get_opaque(ldb, "loadparm"),
                                             &smb_krb5_context);
        TALLOC_CTX *tmp_ctx = NULL;