Skip to content

Commit

Permalink
Remove shadow declaration of 'element e' in vrrp_init_state.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan O'Hara <[email protected]>
  • Loading branch information
rohara committed Aug 13, 2012
1 parent 6ec8f12 commit bdee9e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keepalived/vrrp/vrrp_scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ vrrp_init_state(list l)
* not running floating priorities on any VRRP instance.
*/
if (vrrp->sync && !vrrp->sync->global_tracking) {
element e;
tracked_sc *sc;
tracked_if *tip;
int warning = 0;
Expand Down

0 comments on commit bdee9e7

Please sign in to comment.