diff options
| author | Nalin Dahyabhai <nalin@fedoraproject.org> | 2009-06-26 21:35:41 +0000 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin@fedoraproject.org> | 2009-06-26 21:35:41 +0000 |
| commit | 17bcf3db89b751605f5acee2aa7d356c0b7b136e (patch) | |
| tree | 388e4f23beb1a7518009363325d0eef9700176af | |
| parent | d7d96cfa8f9986116a09495eec57b47d6438914f (diff) | |
- fix a type mismatch
| -rw-r--r-- | krb5-1.7-errs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/krb5-1.7-errs.patch b/krb5-1.7-errs.patch new file mode 100644 index 0000000..eb00c0e --- /dev/null +++ b/krb5-1.7-errs.patch @@ -0,0 +1,13 @@ +Type mismatch. RT#TBD +diff -up krb5-1.7/src/lib/krb5/krb/kerrs.c krb5-1.7/src/lib/krb5/krb/kerrs.c +--- krb5-1.7/src/lib/krb5/krb/kerrs.c 2009-06-22 15:01:02.000000000 -0400 ++++ krb5-1.7/src/lib/krb5/krb/kerrs.c 2009-06-22 15:01:06.000000000 -0400 +@@ -108,7 +108,7 @@ krb5_copy_error_message (krb5_context de + krb5int_set_error(&dest_ctx->err, src_ctx->err.code, "%s", + src_ctx->err.msg); + } else { +- krb5int_clear_error(dest_ctx); ++ krb5int_clear_error(&dest_ctx->err); + } + } + |
