diff options
author | Pavel Reichl <preichl@redhat.com> | 2015-06-02 13:12:43 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-06-05 16:38:03 +0200 |
commit | 3683195b292afe77ce04ec446f3a1bb92d8876df (patch) | |
tree | b318c36518c92d1f84408a690a31849290fc4eb5 /src/providers | |
parent | dd40f54bacdf18c6efd1ddf815251aa27b30d524 (diff) | |
download | sssd-3683195b292afe77ce04ec446f3a1bb92d8876df.tar.gz sssd-3683195b292afe77ce04ec446f3a1bb92d8876df.tar.xz sssd-3683195b292afe77ce04ec446f3a1bb92d8876df.zip |
krb: remove duplicit decl. of write_krb5info_file
function write_krb5info_file() was declared twice in krb5_common.h
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers')
-rw-r--r-- | src/providers/krb5/krb5_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h index 8f6fb229a..34c0eb960 100644 --- a/src/providers/krb5/krb5_common.h +++ b/src/providers/krb5/krb5_common.h @@ -181,9 +181,6 @@ errno_t krb5_install_offline_callback(struct be_ctx *be_ctx, errno_t krb5_install_sigterm_handler(struct tevent_context *ev, struct krb5_ctx *krb5_ctx); -errno_t write_krb5info_file(const char *realm, const char *kdc, - const char *service); - errno_t remove_krb5_info_files(TALLOC_CTX *mem_ctx, const char *realm); errno_t krb5_get_simple_upn(TALLOC_CTX *mem_ctx, struct krb5_ctx *krb5_ctx, |