summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-10-09 19:02:05 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-10-12 09:56:54 +0200
commit115cc768599d7df4b3206426652d3e7a3971d597 (patch)
treea3d814c10ce9fc69f1ec0df90712f6968ab663ee /src/providers/krb5
parentfc1a05ca545806ff784921c6751129c3d93d27af (diff)
downloadsssd-115cc768599d7df4b3206426652d3e7a3971d597.tar.gz
sssd-115cc768599d7df4b3206426652d3e7a3971d597.tar.xz
sssd-115cc768599d7df4b3206426652d3e7a3971d597.zip
Two fixes to child processes
There was an unused structure member in the krb5_child. Declaration of __krb5_error_msg was shadowing the same variable from sss_krb5.h which is not nice. Also we might actually use the error context directly instead of passing it as parameter.
Diffstat (limited to 'src/providers/krb5')
-rw-r--r--src/providers/krb5/krb5_child.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index 00da7ea35..0116dbb70 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -69,8 +69,6 @@ struct krb5_child_ctx {
char *ccache_dir;
char *ccname_template;
int auth_timeout;
-
- int child_debug_fd;
};
struct krb5_req {