aboutsummaryrefslogtreecommitdiff
path: root/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c')
-rw-r--r--security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c b/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c
index 4c9b6be07199..84fcfcd99001 100644
--- a/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c
+++ b/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c
@@ -1,6 +1,8 @@
---- src/providers/krb5/krb5_delayed_online_authentication.c.orig 2014-09-17 13:01:37 UTC
+diff --git src/providers/krb5/krb5_delayed_online_authentication.c src/providers/krb5/krb5_delayed_online_authentication.c
+index 1cb7eade0..4aaeb84b2 100644
+--- src/providers/krb5/krb5_delayed_online_authentication.c
+++ src/providers/krb5/krb5_delayed_online_authentication.c
-@@ -320,6 +320,7 @@ errno_t init_delayed_online_authentication(struct krb5
+@@ -328,6 +328,7 @@ errno_t init_delayed_online_authentication(struct krb5_ctx *krb5_ctx,
struct tevent_context *ev)
{
int ret;
@@ -8,7 +10,7 @@
hash_table_t *tmp_table;
ret = get_uid_table(krb5_ctx, &tmp_table);
-@@ -339,6 +340,7 @@ errno_t init_delayed_online_authentication(struct krb5
+@@ -347,6 +348,7 @@ errno_t init_delayed_online_authentication(struct krb5_ctx *krb5_ctx,
"hash_destroy failed [%s].\n", hash_error_string(ret));
return EFAULT;
}