summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-03-12 10:32:13 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-08-22 17:41:16 +0200
commitedf3fd88573d617392e9eaa677660b5ea59e1c77 (patch)
tree5cec50644f169940670658f9c14d00ecdc68b239
parentc8f475c6482e32c421fe1212b0924d946284d132 (diff)
downloadsssd-edf3fd88573d617392e9eaa677660b5ea59e1c77.tar.gz
sssd-edf3fd88573d617392e9eaa677660b5ea59e1c77.tar.xz
sssd-edf3fd88573d617392e9eaa677660b5ea59e1c77.zip
IPA: Initialize hbac_ctx to NULLsssd-1.5.1-58.el5
-rw-r--r--src/providers/ipa/ipa_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_access.c b/src/providers/ipa/ipa_access.c
index be7f954d2..a00de1d36 100644
--- a/src/providers/ipa/ipa_access.c
+++ b/src/providers/ipa/ipa_access.c
@@ -128,7 +128,7 @@ static void ipa_hbac_check(struct tevent_req *req)
{
struct be_req *be_req;
struct pam_data *pd;
- struct hbac_ctx *hbac_ctx;
+ struct hbac_ctx *hbac_ctx = NULL;
const char *deny_method;
int pam_status = PAM_SYSTEM_ERR;
struct ipa_access_ctx *ipa_access_ctx;