summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-07-26 05:12:16 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-07-27 10:46:46 +0200
commite2f7dcb42ab101122d5a851c685af946eed5ddae (patch)
treef9b6bbd71998a91a1ce57ed93ac8e579673afc9f /src/providers
parent7016947229edcaa268a82bf69fde37e521b13233 (diff)
downloadsssd_unused-e2f7dcb42ab101122d5a851c685af946eed5ddae.tar.gz
sssd_unused-e2f7dcb42ab101122d5a851c685af946eed5ddae.tar.xz
sssd_unused-e2f7dcb42ab101122d5a851c685af946eed5ddae.zip
Remove unused member of be_req
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/dp_backend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index 53a382ac..6496697d 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -131,7 +131,6 @@ struct bet_ops {
be_req_fn_t finalize;
};
-#define MAX_BE_REQ_RESTARTS 2
#define REQ_PHASE_ACCESS 0
#define REQ_PHASE_SELINUX 1
@@ -143,8 +142,6 @@ struct be_req {
be_async_callback_t fn;
void *pvt;
- int restarts;
-
/* This is utilized in access provider
* request handling to indicate if access or
* selinux provider is calling the callback.