summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-07-23 00:42:33 +0200
committerMartin Kosek <mkosek@redhat.com>2013-07-25 13:21:30 +0200
commit905f8356472c8e7e834726821cedd32c02c1ce36 (patch)
tree407d273bda34c4cf47576f2b446f3ec4cfc7008b /daemons
parentc098435040ff2236f96339e441e4a607fa2d83c3 (diff)
downloadfreeipa-905f8356472c8e7e834726821cedd32c02c1ce36.tar.gz
freeipa-905f8356472c8e7e834726821cedd32c02c1ce36.tar.xz
freeipa-905f8356472c8e7e834726821cedd32c02c1ce36.zip
Remove unused variable
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-lockout/ipa_lockout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-lockout/ipa_lockout.c b/daemons/ipa-slapi-plugins/ipa-lockout/ipa_lockout.c
index 0b3b8410..6b5ae045 100644
--- a/daemons/ipa-slapi-plugins/ipa-lockout/ipa_lockout.c
+++ b/daemons/ipa-slapi-plugins/ipa-lockout/ipa_lockout.c
@@ -393,7 +393,6 @@ static int ipalockout_postop(Slapi_PBlock *pb)
Slapi_Entry *target_entry = NULL;
Slapi_Entry *policy_entry = NULL;
Slapi_DN *sdn = NULL;
- Slapi_DN *pdn = NULL;
Slapi_PBlock *pbtm = NULL;
Slapi_Mods *smods = NULL;
Slapi_Value *objectclass = NULL;