diff options
-rw-r--r-- | source4/auth/kerberos/krb5_init_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/krb5_init_context.c b/source4/auth/kerberos/krb5_init_context.c index ebe19e6b25..78f3e1fca7 100644 --- a/source4/auth/kerberos/krb5_init_context.c +++ b/source4/auth/kerberos/krb5_init_context.c @@ -238,7 +238,7 @@ krb5_error_code smb_krb5_send_and_recv_func(krb5_context context, return ret; } - for (a = ai; a; a = ai->ai_next) { + for (a = ai; a; a = a->ai_next) { struct socket_address *remote_addr; smb_krb5 = talloc(tmp_ctx, struct smb_krb5_socket); if (!smb_krb5) { |