Remove unused variable

This commit is contained in:
Lukas Slebodnik 2013-07-23 00:42:33 +02:00 committed by Martin Kosek
parent c098435040
commit 905f835647

View File

@ -393,7 +393,6 @@ static int ipalockout_postop(Slapi_PBlock *pb)
Slapi_Entry *target_entry = NULL; Slapi_Entry *target_entry = NULL;
Slapi_Entry *policy_entry = NULL; Slapi_Entry *policy_entry = NULL;
Slapi_DN *sdn = NULL; Slapi_DN *sdn = NULL;
Slapi_DN *pdn = NULL;
Slapi_PBlock *pbtm = NULL; Slapi_PBlock *pbtm = NULL;
Slapi_Mods *smods = NULL; Slapi_Mods *smods = NULL;
Slapi_Value *objectclass = NULL; Slapi_Value *objectclass = NULL;